From c856c251fb6bbbfdeeecbde93f6d5faa3792cc66 Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Wed, 3 Jun 2020 14:48:58 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-299=20fix:chart=E7=BC=96=E8=BE=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/chartBox.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/page/dashboard/chartBox.vue b/nezha-fronted/src/components/page/dashboard/chartBox.vue index a50681322..a8bb49a05 100644 --- a/nezha-fronted/src/components/page/dashboard/chartBox.vue +++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue @@ -989,6 +989,7 @@ this.elements = [1]; this.elementTarget = []; bus.chartAddInfo.metricTarget = []; + this.setIsOtherChart(); }, // 创建时打开,用于清空chart-tag数据 initOpen() {