Struggling to grasp D3, I'm having difficulty executing the circle example.
http://mbostock.github.com/d3/tutorial/circle.html
I aim to run the part where the circles change colors and sizes.
I simply copied and pasted the example but can't figure out how else to proceed.
http://jsfiddle.net/NntGN/
Trying to follow the tutorial to solve this problem :
http://jsfiddle.net/H2SKt/1/
In the pie chart, the labels are obstructing each other. What adjustments should I make so that all labels point towards the center of the chart? I've been adjusting the text anchor property without much success.
Any assistance is greatly appreciated :)