我想禁用Lightningchart JS中图表中的动画。我该怎么做?
禁用动画取决于要禁用哪些动画。
要禁用轴滚动动画,您可以使用:axis.setAnimationScroll(undefined)
setAnimationsCroll
用于XY图表轴Zooming axis.setAnimationZoom(undefined)
SetAnimationZoom
用于漏斗,金字塔,蜘蛛,派和量规图。chart.setAnimationsEnabled(false)