You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@tommybananas I have switched to similar library named XYDoughnutChart which supports both animation and non animation rendering of chart. That's an elegant solution.
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
The text was updated successfully, but these errors were encountered: