Merge pull request #8099 from hiblacker/echarts-highlight

fix(视图): 修复ECharts视图清除联动后未清除高亮效果
This commit is contained in:
王嘉豪 2024-02-21 15:21:02 +08:00 committed by GitHub
commit bcd54ae2bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -262,6 +262,9 @@ export default {
} }
this.currentSeriesId = seriesId this.currentSeriesId = seriesId
}, },
clearLinkage() {
this.reDrawView()
},
reDrawView() { reDrawView() {
if (this.linkageActiveParam) { if (this.linkageActiveParam) {
this.myChart.dispatchAction({ this.myChart.dispatchAction({