From 8c76cdcf114d95a7e770ab6367b2f18cac4564c4 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 16 Nov 2021 10:24:52 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1249=20fix:=20Dashboard=20explore=20?= =?UTF-8?q?=E7=82=B9=E5=87=BB=20=E6=8A=98=E7=BA=BF=E5=9B=BE=20=E4=B8=8B?= =?UTF-8?q?=E6=96=B9=E6=A0=87=E7=AD=BE=E8=BF=9B=E8=A1=8C=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E7=BA=BF=E4=B8=8A=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=20label=20=E5=86=85=E5=AE=B9=E5=92=8C=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/overview/chart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/dashboard/overview/chart.vue b/nezha-fronted/src/components/page/dashboard/overview/chart.vue index 9857b331b..6afe9776e 100644 --- a/nezha-fronted/src/components/page/dashboard/overview/chart.vue +++ b/nezha-fronted/src/components/page/dashboard/overview/chart.vue @@ -417,7 +417,7 @@ export default { let str = '
' params instanceof Array || (params = [params]) params.forEach((item, i) => { - const alias = this.queryAlias(i) + const alias = this.queryAlias(item.seriesIndex) if (i === 0 && alias.indexOf('Previous ') === -1) { const value = item.data[0] const tData = new Date(value)