From a1762657755fd44a6bb7aad6591bc5a6517004d6 Mon Sep 17 00:00:00 2001
From: "liu.shiyi" <liu.shiyi@ustcinfo.com>
Date: Wed, 15 Nov 2023 15:32:48 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E8=AE=BE=E7=BD=AE?=
 =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=BB=98=E8=AE=A4=E5=80=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../packages/BizComponent/config/defaultG2Config.js    | 10 +++++-----
 .../packages/G2Plots/折线图/基础折线图.js      | 10 +++++-----
 .../packages/G2Plots/折线图/基础折线点图.js   | 10 +++++-----
 .../packages/G2Plots/折线图/基础曲线图.js      | 10 +++++-----
 .../packages/G2Plots/折线图/多折线动画图.js   | 10 +++++-----
 .../packages/G2Plots/折线图/多折线图.js         | 10 +++++-----
 .../packages/G2Plots/折线图/多阶梯折线图.js   | 10 +++++-----
 .../G2Plots/折线图/折线趋势填充图.js         | 10 +++++-----
 .../packages/G2Plots/条形图/分组条形图.js      | 10 +++++-----
 .../packages/G2Plots/条形图/基础条形图.js      | 10 +++++-----
 .../packages/G2Plots/条形图/堆叠条形图.js      | 10 +++++-----
 .../packages/G2Plots/柱状图/分组柱状图.js      | 10 +++++-----
 .../packages/G2Plots/柱状图/圆角柱状图.js      | 10 +++++-----
 .../packages/G2Plots/柱状图/基础柱状图.js      | 10 +++++-----
 .../packages/G2Plots/柱状图/堆叠柱状图.js      | 10 +++++-----
 .../packages/G2Plots/面积图/基础面积图.js      | 10 +++++-----
 .../packages/G2Plots/面积图/堆叠面积图.js      | 10 +++++-----
 .../packages/G2Plots/面积图/渐变色面积图.js   | 10 +++++-----
 18 files changed, 90 insertions(+), 90 deletions(-)

diff --git a/data-room-ui/packages/BizComponent/config/defaultG2Config.js b/data-room-ui/packages/BizComponent/config/defaultG2Config.js
index 81d03999..cad91153 100644
--- a/data-room-ui/packages/BizComponent/config/defaultG2Config.js
+++ b/data-room-ui/packages/BizComponent/config/defaultG2Config.js
@@ -215,7 +215,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -235,7 +235,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -365,13 +365,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -391,7 +391,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/折线图/基础折线图.js b/data-room-ui/packages/G2Plots/折线图/基础折线图.js
index 0a75caf5..fa459c34 100644
--- a/data-room-ui/packages/G2Plots/折线图/基础折线图.js
+++ b/data-room-ui/packages/G2Plots/折线图/基础折线图.js
@@ -272,7 +272,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -292,7 +292,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -442,13 +442,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -468,7 +468,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/折线图/基础折线点图.js b/data-room-ui/packages/G2Plots/折线图/基础折线点图.js
index 5aebd41c..cfa0ba07 100644
--- a/data-room-ui/packages/G2Plots/折线图/基础折线点图.js
+++ b/data-room-ui/packages/G2Plots/折线图/基础折线点图.js
@@ -263,7 +263,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -283,7 +283,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -433,13 +433,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -459,7 +459,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/折线图/基础曲线图.js b/data-room-ui/packages/G2Plots/折线图/基础曲线图.js
index 13db10c6..74a2ef6c 100644
--- a/data-room-ui/packages/G2Plots/折线图/基础曲线图.js
+++ b/data-room-ui/packages/G2Plots/折线图/基础曲线图.js
@@ -163,7 +163,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -183,7 +183,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -333,13 +333,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -359,7 +359,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/折线图/多折线动画图.js b/data-room-ui/packages/G2Plots/折线图/多折线动画图.js
index 0cfe4fea..258f40bd 100644
--- a/data-room-ui/packages/G2Plots/折线图/多折线动画图.js
+++ b/data-room-ui/packages/G2Plots/折线图/多折线动画图.js
@@ -289,7 +289,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -309,7 +309,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -457,13 +457,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -483,7 +483,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/折线图/多折线图.js b/data-room-ui/packages/G2Plots/折线图/多折线图.js
index 61ed23ec..603e91d6 100644
--- a/data-room-ui/packages/G2Plots/折线图/多折线图.js
+++ b/data-room-ui/packages/G2Plots/折线图/多折线图.js
@@ -352,7 +352,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -372,7 +372,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -520,13 +520,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -546,7 +546,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/折线图/多阶梯折线图.js b/data-room-ui/packages/G2Plots/折线图/多阶梯折线图.js
index f673c32b..607a9090 100644
--- a/data-room-ui/packages/G2Plots/折线图/多阶梯折线图.js
+++ b/data-room-ui/packages/G2Plots/折线图/多阶梯折线图.js
@@ -240,7 +240,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -260,7 +260,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -408,13 +408,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -434,7 +434,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/折线图/折线趋势填充图.js b/data-room-ui/packages/G2Plots/折线图/折线趋势填充图.js
index 38828e67..8f72b9e3 100644
--- a/data-room-ui/packages/G2Plots/折线图/折线趋势填充图.js
+++ b/data-room-ui/packages/G2Plots/折线图/折线趋势填充图.js
@@ -305,7 +305,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -325,7 +325,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -473,13 +473,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -499,7 +499,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/条形图/分组条形图.js b/data-room-ui/packages/G2Plots/条形图/分组条形图.js
index 46663dc7..6ec27fb6 100644
--- a/data-room-ui/packages/G2Plots/条形图/分组条形图.js
+++ b/data-room-ui/packages/G2Plots/条形图/分组条形图.js
@@ -308,7 +308,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -328,7 +328,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -416,13 +416,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -442,7 +442,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: 'rgba(255,255,255,1)',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/条形图/基础条形图.js b/data-room-ui/packages/G2Plots/条形图/基础条形图.js
index 9e851e0e..4eac7691 100644
--- a/data-room-ui/packages/G2Plots/条形图/基础条形图.js
+++ b/data-room-ui/packages/G2Plots/条形图/基础条形图.js
@@ -363,7 +363,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -383,7 +383,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -471,13 +471,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -497,7 +497,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: 'rgba(255,255,255,1)',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/条形图/堆叠条形图.js b/data-room-ui/packages/G2Plots/条形图/堆叠条形图.js
index d61f178c..444093e1 100644
--- a/data-room-ui/packages/G2Plots/条形图/堆叠条形图.js
+++ b/data-room-ui/packages/G2Plots/条形图/堆叠条形图.js
@@ -311,7 +311,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -331,7 +331,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -419,13 +419,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -445,7 +445,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: 'rgba(255,255,255,1)',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/柱状图/分组柱状图.js b/data-room-ui/packages/G2Plots/柱状图/分组柱状图.js
index 299408c4..0848608e 100644
--- a/data-room-ui/packages/G2Plots/柱状图/分组柱状图.js
+++ b/data-room-ui/packages/G2Plots/柱状图/分组柱状图.js
@@ -282,7 +282,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -302,7 +302,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -450,13 +450,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -476,7 +476,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/柱状图/圆角柱状图.js b/data-room-ui/packages/G2Plots/柱状图/圆角柱状图.js
index 942e91c0..39df84e3 100644
--- a/data-room-ui/packages/G2Plots/柱状图/圆角柱状图.js
+++ b/data-room-ui/packages/G2Plots/柱状图/圆角柱状图.js
@@ -282,7 +282,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -302,7 +302,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -450,13 +450,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -476,7 +476,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/柱状图/基础柱状图.js b/data-room-ui/packages/G2Plots/柱状图/基础柱状图.js
index f2f3c763..d849d508 100644
--- a/data-room-ui/packages/G2Plots/柱状图/基础柱状图.js
+++ b/data-room-ui/packages/G2Plots/柱状图/基础柱状图.js
@@ -236,7 +236,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -256,7 +256,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -404,13 +404,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -430,7 +430,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/柱状图/堆叠柱状图.js b/data-room-ui/packages/G2Plots/柱状图/堆叠柱状图.js
index 6912add5..e09e9689 100644
--- a/data-room-ui/packages/G2Plots/柱状图/堆叠柱状图.js
+++ b/data-room-ui/packages/G2Plots/柱状图/堆叠柱状图.js
@@ -282,7 +282,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -302,7 +302,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -450,13 +450,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -476,7 +476,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/面积图/基础面积图.js b/data-room-ui/packages/G2Plots/面积图/基础面积图.js
index 8414dbfd..8fbc684d 100644
--- a/data-room-ui/packages/G2Plots/面积图/基础面积图.js
+++ b/data-room-ui/packages/G2Plots/面积图/基础面积图.js
@@ -304,7 +304,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -324,7 +324,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -472,13 +472,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -498,7 +498,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/面积图/堆叠面积图.js b/data-room-ui/packages/G2Plots/面积图/堆叠面积图.js
index 4f97add2..30c205c4 100644
--- a/data-room-ui/packages/G2Plots/面积图/堆叠面积图.js
+++ b/data-room-ui/packages/G2Plots/面积图/堆叠面积图.js
@@ -350,7 +350,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -370,7 +370,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -518,13 +518,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -544,7 +544,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },
diff --git a/data-room-ui/packages/G2Plots/面积图/渐变色面积图.js b/data-room-ui/packages/G2Plots/面积图/渐变色面积图.js
index de141ee4..1eee804b 100644
--- a/data-room-ui/packages/G2Plots/面积图/渐变色面积图.js
+++ b/data-room-ui/packages/G2Plots/面积图/渐变色面积图.js
@@ -303,7 +303,7 @@ const setting = [
     optionField: 'xAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -323,7 +323,7 @@ const setting = [
     optionField: 'xAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'xAxis'
   },
@@ -471,13 +471,13 @@ const setting = [
     groupName: 'yAxis'
   },
   {
-    label: '标签字体颜色',
+    label: '标签颜色',
     type: 'colorPicker',
     field: 'yAxis_label_style_fill',
     optionField: 'yAxis.label.style.fill',
     // 是否多选
     multiple: false,
-    value: '#8C8C8C',
+    value: '#e9e9e9',
     tabName: 'custom',
     groupName: 'yAxis'
   },
@@ -497,7 +497,7 @@ const setting = [
     optionField: 'yAxis.line.style.stroke',
     // 是否多选
     multiple: false,
-    value: '#d0d0d0',
+    value: '#C9CDD4',
     tabName: 'custom',
     groupName: 'yAxis'
   },