I want to display the pie chart with an animation that will make it grow from a “small point” to full size pie chart , something like this growing pie or this Highcharts Demo Gallery – Pie , but I want to apply it to a pie made with gRaphael ,
Here’s my jsfiddle example… raphael pie chart with legend
Thanks ahead,
In order to achieve that kind of animation you have to access the sectors and… animate them 🙂
You can do this using your_pie.each()
The fiddle is here: http://jsfiddle.net/85VtZ/6/
Have fun 😉