From 7b4bb68db3f831c92e7704ff97d8a647683aaa42 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 27 Dec 2021 11:15:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E4=BF=AE=E6=94=B9=20explore=20?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/chart/chart.vue | 6 +- .../src/components/chart/defaultLineData.js | 13 +-- .../src/components/chart/defaultLogData.js | 12 +-- .../src/components/chart/defaultTableData.js | 97 +++++++++++++++++++ .../src/components/chart/panelChart.vue | 10 +- .../page/dashboard/explore/exploreItem.vue | 2 +- .../page/dashboard/overview/chart.vue | 2 +- 7 files changed, 114 insertions(+), 28 deletions(-) create mode 100644 nezha-fronted/src/components/chart/defaultTableData.js diff --git a/nezha-fronted/src/components/chart/chart.vue b/nezha-fronted/src/components/chart/chart.vue index 578dcc935..7c5585671 100644 --- a/nezha-fronted/src/components/chart/chart.vue +++ b/nezha-fronted/src/components/chart/chart.vue @@ -1,5 +1,5 @@