I am using amCharts to make a few graphs, but since the amount of data in said graphs is so large, the animation lags and consumes a lot of processing power, which isn't necessary.

I was wondering if its possible to disable all animations in an amCharts serial chart, and if so, how?

2 Answers

In amCharts serial charts animation is not enabled by default. If it is on for you, there is probably a line in your chart config which sets startDuration property. Just remove it, or set it to zero to disable all animations.

2

Remove am4core.useTheme(am4themes_animated) line from your code.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy