From b1154156ef3ebfdc981be40e710e697f144841bf Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 31 Aug 2021 10:34:21 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-950=20fix:nezha=E5=9B=BE=E8=A1=A8=E4=B8=AD?= =?UTF-8?q?=E6=9F=B1=E7=8A=B6=E5=9B=BE=E5=9B=BE=E4=BE=8B=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/chart-bar-statistics.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/charts/chart-bar-statistics.vue b/nezha-fronted/src/components/charts/chart-bar-statistics.vue index 6d8ef102a..75b9ac0dd 100644 --- a/nezha-fronted/src/components/charts/chart-bar-statistics.vue +++ b/nezha-fronted/src/components/charts/chart-bar-statistics.vue @@ -754,7 +754,7 @@ export default { return `
-
${this.legend[params.dataIndex].alias}
+
${this.legend[params.seriesIndex].alias}
value
${chartDataFormat.getUnit(chartInfo.unit ? chartInfo.unit : 2).compute(params.value[1], null, -1, this.chartDot)}