It's pretty simple. I use d3.svg.arc() to draw the arc. outerRadius is the thing that varies and I use .transition() to animate it. In my case D3's automatic transitions just work; the built in interpolator understands arcs, or else interpolates the underlying SVG path in a way that works right.
subbu
unread,
Jan 16, 2012, 1:28:21 PM1/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to d3...@googlegroups.com
Thank you Nelson. Your visualizations are beautiful.