XYPieChart
XYPieChart copied to clipboard
How to turn off animation?
Hey there,
I can't figure out how to turn off the animation for the pie charts. I'm loading them in a tableView and every time my cell gets re-rendered the animations fire, but I'd like to turn them off for subsequent loads.
When I remove the animation property, they animate, and when I set the animation time to 0 they don't show up.
Thanks
Try setting it to 0.1 - it probably still animates but seems unnoticeable.
@tommybananas Would you able to figure out how to stop the animation at all ?
@AgarwalMilan I don't think so unfortunately
@tommybananas I have switched to similar library named XYDoughnutChart which supports both animation and non animation rendering of chart. That's an elegant solution.