Very Simple D3: How to Draw an Arc?
问题 It would be nice to learn D3. After reading many examples, I think I understand it. My first project is to make a color wheel, without transitions for simplicity. But it appears even that is not simple enough for my first project! For project zero, I am trying to get something to show on the screen. Hopefully something I wrote (and dear read has fixed), and not an example. What did I do wrong? http://jsfiddle.net/aGdMX/1/ var arc = d3.svg.arc() .innerRadius(40) .outerRadius(100) .startAngle(0