Our first visualisation

d3_first_vis.html ● d3.min.js ● data/fruit.csv

Bringing it all together

We now want to load the data from the fruit.csv-file and display it's properties in the SVG. Each of the fruits should be a circle with the size as radius and the color from the data as color.

Now look at the code!

Easy, isn't it?