From 59a4e8b8382f8d5b186d62f4d0286e1eb522f0bc Mon Sep 17 00:00:00 2001 From: wisonic Date: Tue, 5 Nov 2024 15:46:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E5=9C=B0=E5=9B=BE=E5=BA=95=E8=89=B2=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= 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 3164b7b393..35cc74eac1 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 @@ -116,7 +116,7 @@ export const DEFAULT_COLOR_CASE_DARK: DeepPartial = { alpha: 100, gradient: false, mapStyle: 'darkblue', - areaBaseColor: '5470C6', + areaBaseColor: '#5470C6', areaBorderColor: '#EBEEF5', gaugeStyle: 'default', tableBorderColor: '#CCCCCC',