Pie Charts are rendering on top of one another
ravalabhishek opened this issue · 0 comments
ravalabhishek commented
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.