I'm new to highCharts and want to know how I can turn off the animation for line charts.
I've tried setting it to false in plotlines but no success.
Thanks
I'm new to highCharts and want to know how I can turn off the animation for line charts.
I've tried setting it to false in plotlines but no success.
Thanks
It's the same that I answered here but you have to change
column
toline
.demo
If you want to remove animation from all types you can use
series
instead.If you want to completely disable all animations in Highcharts (also these happening when toggling lines on or off) use the following:
See http://api.highcharts.com/highcharts#chart.animation for more information. (demo)