From ff1e9826480dcfdb87bebfebecd18ecfc599f557 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Mon, 4 Mar 2024 10:59:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=A7=86=E5=9B=BE):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=A5=BC=E5=9B=BE/=E7=8E=AB=E7=91=B0=E5=9B=BE?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=A4=96=E5=BE=84=E4=B8=BA=2080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/editor/util/chart.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 36820376ef..7c04be643e 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 @@ -1281,7 +1281,7 @@ export const DEFAULT_BASIC_STYLE: ChartBasicStyle = { mapSymbolStrokeWidth: 2, mapSymbol: 'circle', mapSymbolSize: 20, - radius: 100, + radius: 80, innerRadius: 60 }