修改x轴移动时不流畅的问题

This commit is contained in:
lVAL 2020-10-29 17:13:37 +08:00
parent f0a357d1d3
commit 0e0f76e8cb

View File

@ -101,7 +101,6 @@ export default {
}
},
axisPointer: {
snap: true,
label: {
formatter: this.xAxisPointFormat,
backgroundColor: 'rgb(255,0,0,0.5)',
@ -131,7 +130,6 @@ export default {
formatter: this.yAxisLabelFormat
},
axisPointer: {
xAxisIndex: 'all',
label: {
formatter: this.yAxisPointFormat,
backgroundColor: 'rgb(0,100,0,0.5)',