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',