Skip to content Skip to sidebar Skip to footer

How To Disable Animations For Charts In Lightningchart Js?

I want to disable the animations that are on in the charts in LightningChart JS. How can I do that?

Solution 1:

Disabling animations depends on which animations you want to disable.

To disable axis scrolling animation you can use: axis.setAnimationScroll(undefined)setAnimationScroll

For xy chart axis zooming axis.setAnimationZoom(undefined)setAnimationZoom

For Funnel, Pyramid, Spider, Pie and Gauge charts. chart.setAnimationsEnabled(false)

Post a Comment for "How To Disable Animations For Charts In Lightningchart Js?"