This app presents different types of data inside a bubble chart/map. The bubble chart supports all kinds of data as long it only contains a name and a amount property. Users can click on a pre-selected category and display method. The chart will update accordingly.
Types are displayed in a bubble chart per country. The bigger the bubble, the more items the country contains.
There are different display methods to plot the types. Here you can see the bubbles plotted on a map
Here you can see the app as it is today! It displays all clothing per country.
I request data from the National museum of world cultures. I only need to count the amount of types in a specific country.
- Place
- Long/lat
- Country
- Type
git clone https://github.com/SqueezyDough/functional-programming.git
cd functional-programming
npm i
npm run dev
- Marc - helped me with d3 example
- Stefan - helped me with d3 experiment
- Thijs - helped me out with some functions
- Ivo - helped me with sparql