From fbf53c6f4201125c0dac60ceadbdec078f2e6e30 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Tue, 27 Aug 2024 14:58:37 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8-=E6=B5=81=E5=90=91?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE):=20=E4=BF=AE=E6=94=B9=E7=BA=BF=E6=9D=A1?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=A2=9C=E8=89=B2?= 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 09d9f55d9c..bdf31d9b08 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 @@ -33,8 +33,8 @@ export const DEFAULT_COLOR_CASE: DeepPartial = { lineConfig: { mapLineAnimate: true, mapLineGradient: false, - mapLineSourceColor: '#146C94', - mapLineTargetColor: '#576CBC' + mapLineSourceColor: '#1E90FF', + mapLineTargetColor: '#90EE90' } }, nameFontColor: '#000000',