Merge branch 'dev-3.10' of git.mesalab.cn:nezha/nezha-fronted into dev-3.10
This commit is contained in:
@@ -568,6 +568,9 @@ export default {
|
|||||||
this.$refs.legend.isGrey = this.isGrey = arr
|
this.$refs.legend.isGrey = this.isGrey = arr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (this.isStack) {
|
||||||
|
this.seriesDataChange(arr)
|
||||||
|
}
|
||||||
this.renderYaxis()
|
this.renderYaxis()
|
||||||
this.clickout()
|
this.clickout()
|
||||||
},
|
},
|
||||||
@@ -589,6 +592,9 @@ export default {
|
|||||||
this.$refs.legend.isGrey = arr
|
this.$refs.legend.isGrey = arr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (this.isStack) {
|
||||||
|
this.seriesDataChange(arr)
|
||||||
|
}
|
||||||
|
|
||||||
this.renderYaxis()
|
this.renderYaxis()
|
||||||
this.clickout()
|
this.clickout()
|
||||||
|
|||||||
Reference in New Issue
Block a user