Hi all,
I've been looking at the code to see how it's build, but noticed a bit of cheating going on :) Instead of plotting the circles through their data and a scale, the data being loaded seems to specify both 'cx' and 'cy' coordinates. Should I learn from that there's really no way in D3 to build a scatterplot that automatically avoids overlaps between its nodes or is it rather a case of performance issues?
Also, I can't imagine someone had to go through all of these 500 nodes and adjust them by hand. So I guess there must be an offline script that was used?
Eager to learn,
Raphael