Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.97 KB

File metadata and controls

58 lines (43 loc) · 1.97 KB

09-1-2019:

Retrieved and preprocessed the necessary data. Decided that the data will consist of meatconsumption per capita per year.

10-10-2019:

Build website with different three different tabs. Styled website and used bootstrap grid with svg's in them so the pages are suitable for the visualisations.

11-10-2019:

Tried to build interactive worldmap didnt book any real progress. Tried to use wrong method.

14-10-2019:

Made a worldmap with working tooltip. Still need to implement own data to show with tooltip.

15-10-2019:

tried to make an interactive linechart. It didn't worked. I used an example which used d3.v4

16-10-2019:

made an interactive linechart with right example. I made a mistake with the data format too.

17-10-2019:

made a donutchart. not yet interactive with tooltip.

18-10-2019:

got sick didn't get any work done.

#21-10-2019: Made interaction between linechart and datamap.

22-10-2019:

made my data appear when hovering over countries. got interactivity done for donutchart too. still buggy though.

23-10-2019:

Wrote update funtion for linechart.

#24-10-2019: made slider so I can update the year which my datamap shows. gave countries color according to value of the data.

#25-10-2019: made dropdown button. perfected the tooltip on the donutchart. fixed some bugs with the linechart update and made donutchart updatefunction.

#28-10-2019: Today I fixed a bug with my tooltip and made my appear in a box. Also made a legend for my worldmap and piechart. I Did some styling with changing the colors of my worldmap and my donutchart. Also made an error handler for my dropdown since there are countries that do not carry any data. The slider now also updates the donutchart.

#29-10-2019: Today I fixed my update function for my donutchart. Did some extra styling.

#30-10-2019: Today I fixed last minute bugs i just saw, namely my tooltip didn't work when the donutchart was updated and my linechart was not accurate. I split my code and also wrote my README.md