Merge pull request #8099 from hiblacker/echarts-highlight
fix(视图): 修复ECharts视图清除联动后未清除高亮效果
This commit is contained in:
commit
bcd54ae2bb
@ -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({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user