关闭动画即可
-
关闭图表动画option.animation设置为false
-
关闭tooltip动画option.tooltip.axisPointer.animation设置为flase
option = {
animation: false,
tooltip: {
trigger: 'axis',
confine: true,
axisPointer: {
animation: false,
},
},
}