From a925bf6dc1a26bc1a1744bec583a2601dbb9c752 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 3 Jun 2021 14:30:58 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9topologo=20?= =?UTF-8?q?=E6=8A=98=E7=BA=BF=E5=9B=BE=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 --- .../common/project/L5/CanvasProps.vue | 8 +++--- .../common/project/L5/topoTooltip.vue | 25 ++++++++++--------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/nezha-fronted/src/components/common/project/L5/CanvasProps.vue b/nezha-fronted/src/components/common/project/L5/CanvasProps.vue index 5501eb208..1003e2f8c 100644 --- a/nezha-fronted/src/components/common/project/L5/CanvasProps.vue +++ b/nezha-fronted/src/components/common/project/L5/CanvasProps.vue @@ -979,10 +979,10 @@ export default { id: 'stackArea', name: this.$t('dashboard.panel.chartForm.typeVal.stackArea.label') }, - { - id: 'bar', - name: this.$t('dashboard.panel.chartForm.typeVal.bar.label') - }, + // { + // id: 'bar', + // name: this.$t('dashboard.panel.chartForm.typeVal.bar.label') + // }, { id: 'table', name: this.$t('dashboard.panel.chartForm.typeVal.table.label') diff --git a/nezha-fronted/src/components/common/project/L5/topoTooltip.vue b/nezha-fronted/src/components/common/project/L5/topoTooltip.vue index b88826bf9..24663dcb9 100644 --- a/nezha-fronted/src/components/common/project/L5/topoTooltip.vue +++ b/nezha-fronted/src/components/common/project/L5/topoTooltip.vue @@ -1,17 +1,18 @@