From c7fe670c24bdc0b2614cfa070286bf5b327672af Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Mon, 2 Aug 2021 11:06:02 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-879=20fix:=20=E4=BF=AE=E5=A4=8Dchart=20temp?= =?UTF-8?q?late=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AEtype=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/js/constants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nezha-fronted/src/components/common/js/constants.js b/nezha-fronted/src/components/common/js/constants.js index 967e40c34..dad15dcc9 100644 --- a/nezha-fronted/src/components/common/js/constants.js +++ b/nezha-fronted/src/components/common/js/constants.js @@ -265,6 +265,10 @@ export const chart = { { value: 'group', label: i18n.t('dashboard.panel.chartForm.typeVal.group.label') + }, + { + value: 'diagram', + label: i18n.t('dashboard.panel.chartForm.typeVal.diagram.label') } ] }