fix(视图): 修复ECharts视图清除联动后未清除高亮效果
This commit is contained in:
parent
bd8b544b77
commit
849eda3c4b
@ -262,6 +262,9 @@ export default {
|
||||
}
|
||||
this.currentSeriesId = seriesId
|
||||
},
|
||||
clearLinkage() {
|
||||
this.reDrawView()
|
||||
},
|
||||
reDrawView() {
|
||||
if (this.linkageActiveParam) {
|
||||
this.myChart.dispatchAction({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user