高图速度计仪表中的指针对动画中的速度变化反应非常慢。我想知道是否有一个参数可以调整对新速度值的反应速度]
您需要更改animation.duration
属性:
chart: {
...,
animation: {
duration: 500
}
}
实时演示: https://jsfiddle.net/BlackLabel/3y0etwph/
API参考: https://api.highcharts.com/highcharts/chart.animation