我想禁用 LightningChart JS 图表中的动画。我怎样才能做到这一点?
问问题
371 次
1 回答
4
禁用动画取决于您要禁用的动画。
要禁用轴滚动动画,您可以使用:axis.setAnimationScroll(undefined)
setAnimationScroll
对于 xy 图表轴缩放axis.setAnimationZoom(undefined)
setAnimationZoom
适用于漏斗图、金字塔图、蜘蛛图、饼图和仪表图。chart.setAnimationsEnabled(false)
于 2019-08-06T07:35:22.353 回答