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?