experience-experiments / react-easy-chart

[DEPRECATED] - Easy to use React Charting library
http://experience-experiments.github.io/react-easy-chart
BSD 3-Clause "New" or "Revised" License
142 stars 55 forks source link

Pie Charts are rendering on top of one another #134

Closed ravalabhishek closed 6 years ago

ravalabhishek commented 6 years ago

Fixed it by using a new id ,and key for each Pie Chart. Basically, it was considering all pie charts to be same, and was updating the values of rendered pie Chart, instead of rendering them separately.