From f38186cee065b30b874a7ab0100ca3f02a58095e Mon Sep 17 00:00:00 2001 From: junjie Date: Tue, 2 Nov 2021 10:32:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=B0=83=E8=89=B2=E6=9D=BF=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/chart/chart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chart/chart/chart.js b/frontend/src/views/chart/chart/chart.js index 77a8cd1007..043268e780 100644 --- a/frontend/src/views/chart/chart/chart.js +++ b/frontend/src/views/chart/chart/chart.js @@ -864,6 +864,6 @@ export const COLOR_PANEL = [ '#1e90ff', '#c71585', '#999999', - '#ffffff', + '#00008b', '#000000' ]