fix: 修复右侧图表刷选时,矩形框更新中存在的问题

This commit is contained in:
Xu Zhimeng 2023-07-21 17:38:44 +08:00
parent 145b61d9c0
commit 5185865e17

View File

@ -466,6 +466,8 @@ export default {
this.twoDOption.yAxis.min = x1
this.twoDOption.yAxis.max = x2
}
this.reDrawRect()
},
//