修改x轴移动时不流畅的问题
This commit is contained in:
parent
f0a357d1d3
commit
0e0f76e8cb
@ -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)',
|
||||
|
Loading…
Reference in New Issue
Block a user