yang-wei / rd3

react + d3
https://yang-wei.github.io/rd3/
MIT License
319 stars 83 forks source link

Unable to put animation on donout (Pie chart) chart and how to put a svg image in donut chart ? #34

Closed shashank734 closed 8 years ago

shashank734 commented 8 years ago

Hey Thanks for the Library, I have some questions How i can set animation in donuts (like tween arcs) and i want to put a svg image in donut. how i can do this ?

i wanna create something like this.

screen shot 2016-05-24 at 5 13 39 pm
yang-wei commented 8 years ago

i would just say its possible if you use the api, especially for the animation you want to achieve.

If you see how pie chart is created then you might got an idea on how to put another svg image inside.

shashank734 commented 8 years ago

Hey can you little guide how i can put animation and svg ?

can i achieve this using API ?? or i have to modify your component ? One more thing any idea how i can make this like this ? That will be great if you can provide little guidance i m new to D3.