我想禁用LightningChart JS中图表中打开的动画。我该怎么做呢?
发布于 2019-08-06 15:35:22
禁用动画取决于要禁用的动画。
要禁用轴滚动动画,可以使用:axis.setAnimationScroll(undefined)
setAnimationScroll
对于xy图表轴缩放axis.setAnimationZoom(undefined)
setAnimationZoom
适用于漏斗图、金字塔图、蜘蛛图、饼图和仪表图。chart.setAnimationsEnabled(false)
https://stackoverflow.com/questions/57370680
复制相似问题