From 5b66fe77e55767eabbf1df66a026157356dd807d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 07 一月 2023 17:28:28 +0800 Subject: [PATCH] 2023-01-07 --- src/tabviews/custom/components/chart/antv-G6/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-G6/index.jsx b/src/tabviews/custom/components/chart/antv-G6/index.jsx index ab35200..8eac201 100644 --- a/src/tabviews/custom/components/chart/antv-G6/index.jsx +++ b/src/tabviews/custom/components/chart/antv-G6/index.jsx @@ -27,7 +27,8 @@ purple: '#722ed1', magenta: '#eb2f96', grass_green: '#aeb303', - deep_red: '#c32539' + deep_red: '#c32539', + deep_blue: '#1d3661' } let systemColor = '#1890ff' -- Gitblit v1.8.0