From 11c17db9f38f93e788d7fbe35cb7c144d03bd556 Mon Sep 17 00:00:00 2001 From: likexuan Date: Tue, 19 Jul 2022 12:46:55 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20chartRightBox=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=9A=90=E8=97=8F=20=E5=9B=BD=E9=99=85=E5=8C=96=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/rightBox/chart/chartConfig.vue | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue b/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue index 9add1bb08..0fb469bce 100644 --- a/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue +++ b/nezha-fronted/src/components/common/rightBox/chart/chartConfig.vue @@ -814,8 +814,12 @@ size="small" @change="change" > - - + {{item.name}} + @@ -868,6 +872,15 @@ export default { oldType: '', tag: '', promqlType: 'log', + showHidden: [ + { + id: 'show', + name: this.$t('overall.show') + }, { + id: 'hidden', + name: this.$t('overall.hidden') + } + ], chartTypeList: [ { id: 'line',