答案 0 :(得分:0)
您需要将动画false添加到
chart: {
...,
animation:false
}
和
plotOptions: {
...
gauge {
...,
animation: false
}
在这里看到完整的工作小提琴 http://jsfiddle.net/c14dns2h/3/
仅停止标签动画添加文本对齐并调整x轴
plotOptions: {
series: {
dataLabels: {
...
x: -15,
align: 'left'
}
},
这里完整的小提琴http://jsfiddle.net/c14dns2h/4/