experience-experiments/react-easy-chart

Pie Charts are rendering on top of one another

ravalabhishek opened this issue · 0 comments

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.