Merge branch 'dev-3.10' of git.mesalab.cn:nezha/nezha-fronted into dev-3.10

This commit is contained in:
zyh
2024-04-25 15:28:00 +08:00

View File

@@ -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()