From 13f2b2962f44ee17350b085cc0a689fa06d9b53c Mon Sep 17 00:00:00 2001 From: wisonic Date: Wed, 10 Jul 2024 19:29:34 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E4=BB=AA?= =?UTF-8?q?=E8=A1=A8=E7=9B=98=E5=92=8C=E6=B0=B4=E6=B3=A2=E5=9B=BE=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=80=BC=E9=BB=98=E8=AE=A4=E4=B8=BA=201=20#10479?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/editor/util/chart.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/util/chart.ts b/core/core-frontend/src/views/chart/components/editor/util/chart.ts index b48d6d62b7..33d3bbefbe 100644 --- a/core/core-frontend/src/views/chart/components/editor/util/chart.ts +++ b/core/core-frontend/src/views/chart/components/editor/util/chart.ts @@ -223,7 +223,7 @@ export const DEFAULT_MISC: ChartMiscAttr = { id: '', summary: '' }, - gaugeMax: 100, + gaugeMax: 1, gaugeStartAngle: 225, gaugeEndAngle: -45, nameFontSize: 18, @@ -244,7 +244,7 @@ export const DEFAULT_MISC: ChartMiscAttr = { nameFontShadow: false, treemapWidth: 80, treemapHeight: 80, - liquidMax: 100, + liquidMax: 1, liquidMaxType: 'fix', liquidMaxField: { id: '',