From 97b9a95990de19104cb6f48e3063b8011a0271bb Mon Sep 17 00:00:00 2001 From: "liu.tao3" Date: Wed, 6 Sep 2023 10:11:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:g2=E5=9B=BE=E8=A1=A8=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E8=BF=87=E5=A4=9A=E6=97=B6=E6=97=8B=E8=BD=AC=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/BizComponent/config/defaultG2Config.js | 4 ++-- data-room-ui/packages/G2Plots/折线图/基础折线图.js | 4 ++-- data-room-ui/packages/G2Plots/折线图/基础折线点图.js | 4 ++-- data-room-ui/packages/G2Plots/折线图/基础曲线图.js | 4 ++-- data-room-ui/packages/G2Plots/折线图/多折线动画图.js | 2 +- data-room-ui/packages/G2Plots/折线图/多折线图.js | 2 +- data-room-ui/packages/G2Plots/折线图/多阶梯折线图.js | 2 +- .../packages/G2Plots/折线图/折线趋势填充图.js | 2 +- data-room-ui/packages/G2Plots/条形图/分组条形图.js | 2 +- data-room-ui/packages/G2Plots/柱状图/分组柱状图.js | 2 +- data-room-ui/packages/G2Plots/柱状图/圆角柱状图.js | 2 +- data-room-ui/packages/G2Plots/柱状图/基础柱状图.js | 2 +- data-room-ui/packages/G2Plots/柱状图/堆叠柱状图.js | 2 +- data-room-ui/packages/G2Plots/面积图/基础面积图.js | 2 +- data-room-ui/packages/G2Plots/面积图/堆叠面积图.js | 2 +- data-room-ui/packages/G2Plots/面积图/渐变色面积图.js | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) diff --git a/data-room-ui/packages/BizComponent/config/defaultG2Config.js b/data-room-ui/packages/BizComponent/config/defaultG2Config.js index 0ce58ecc..19d8e4ba 100644 --- a/data-room-ui/packages/BizComponent/config/defaultG2Config.js +++ b/data-room-ui/packages/BizComponent/config/defaultG2Config.js @@ -264,7 +264,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', @@ -275,7 +275,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoHide', optionField: 'xAxis.label.autoHide', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/折线图/基础折线图.js b/data-room-ui/packages/G2Plots/折线图/基础折线图.js index a2ac097b..bffc9cb1 100644 --- a/data-room-ui/packages/G2Plots/折线图/基础折线图.js +++ b/data-room-ui/packages/G2Plots/折线图/基础折线图.js @@ -321,7 +321,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', @@ -332,7 +332,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoHide', optionField: 'xAxis.label.autoHide', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/折线图/基础折线点图.js b/data-room-ui/packages/G2Plots/折线图/基础折线点图.js index 3421a6be..21d70cbd 100644 --- a/data-room-ui/packages/G2Plots/折线图/基础折线点图.js +++ b/data-room-ui/packages/G2Plots/折线图/基础折线点图.js @@ -312,7 +312,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', @@ -323,7 +323,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoHide', optionField: 'xAxis.label.autoHide', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/折线图/基础曲线图.js b/data-room-ui/packages/G2Plots/折线图/基础曲线图.js index 377624eb..ac03ddcc 100644 --- a/data-room-ui/packages/G2Plots/折线图/基础曲线图.js +++ b/data-room-ui/packages/G2Plots/折线图/基础曲线图.js @@ -212,7 +212,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', @@ -223,7 +223,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoHide', optionField: 'xAxis.label.autoHide', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/折线图/多折线动画图.js b/data-room-ui/packages/G2Plots/折线图/多折线动画图.js index ad4a3e94..07bf84e8 100644 --- a/data-room-ui/packages/G2Plots/折线图/多折线动画图.js +++ b/data-room-ui/packages/G2Plots/折线图/多折线动画图.js @@ -338,7 +338,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoHide', optionField: 'xAxis.label.autoHide', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/折线图/多折线图.js b/data-room-ui/packages/G2Plots/折线图/多折线图.js index 0b043cfb..608b58ee 100644 --- a/data-room-ui/packages/G2Plots/折线图/多折线图.js +++ b/data-room-ui/packages/G2Plots/折线图/多折线图.js @@ -293,7 +293,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/折线图/多阶梯折线图.js b/data-room-ui/packages/G2Plots/折线图/多阶梯折线图.js index a55bffbc..8546f8a0 100644 --- a/data-room-ui/packages/G2Plots/折线图/多阶梯折线图.js +++ b/data-room-ui/packages/G2Plots/折线图/多阶梯折线图.js @@ -289,7 +289,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/折线图/折线趋势填充图.js b/data-room-ui/packages/G2Plots/折线图/折线趋势填充图.js index 6ab7340c..6cc791f4 100644 --- a/data-room-ui/packages/G2Plots/折线图/折线趋势填充图.js +++ b/data-room-ui/packages/G2Plots/折线图/折线趋势填充图.js @@ -345,7 +345,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/条形图/分组条形图.js b/data-room-ui/packages/G2Plots/条形图/分组条形图.js index c6517c48..c5d315a2 100644 --- a/data-room-ui/packages/G2Plots/条形图/分组条形图.js +++ b/data-room-ui/packages/G2Plots/条形图/分组条形图.js @@ -459,7 +459,7 @@ const setting = [ type: 'switch', field: 'yAxis_label_autoRotate', optionField: 'yAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/柱状图/分组柱状图.js b/data-room-ui/packages/G2Plots/柱状图/分组柱状图.js index 3b4cc42a..c9ecc78d 100644 --- a/data-room-ui/packages/G2Plots/柱状图/分组柱状图.js +++ b/data-room-ui/packages/G2Plots/柱状图/分组柱状图.js @@ -331,7 +331,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/柱状图/圆角柱状图.js b/data-room-ui/packages/G2Plots/柱状图/圆角柱状图.js index 6567bea0..cd215bef 100644 --- a/data-room-ui/packages/G2Plots/柱状图/圆角柱状图.js +++ b/data-room-ui/packages/G2Plots/柱状图/圆角柱状图.js @@ -331,7 +331,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/柱状图/基础柱状图.js b/data-room-ui/packages/G2Plots/柱状图/基础柱状图.js index a9bae6fb..313e703f 100644 --- a/data-room-ui/packages/G2Plots/柱状图/基础柱状图.js +++ b/data-room-ui/packages/G2Plots/柱状图/基础柱状图.js @@ -252,7 +252,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/柱状图/堆叠柱状图.js b/data-room-ui/packages/G2Plots/柱状图/堆叠柱状图.js index c52af48c..f7373377 100644 --- a/data-room-ui/packages/G2Plots/柱状图/堆叠柱状图.js +++ b/data-room-ui/packages/G2Plots/柱状图/堆叠柱状图.js @@ -331,7 +331,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/面积图/基础面积图.js b/data-room-ui/packages/G2Plots/面积图/基础面积图.js index 9cbd8ed1..16ea3ea5 100644 --- a/data-room-ui/packages/G2Plots/面积图/基础面积图.js +++ b/data-room-ui/packages/G2Plots/面积图/基础面积图.js @@ -338,7 +338,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/面积图/堆叠面积图.js b/data-room-ui/packages/G2Plots/面积图/堆叠面积图.js index b3e1d9a6..93bb93f7 100644 --- a/data-room-ui/packages/G2Plots/面积图/堆叠面积图.js +++ b/data-room-ui/packages/G2Plots/面积图/堆叠面积图.js @@ -296,7 +296,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom', diff --git a/data-room-ui/packages/G2Plots/面积图/渐变色面积图.js b/data-room-ui/packages/G2Plots/面积图/渐变色面积图.js index 2a98f84e..60f70914 100644 --- a/data-room-ui/packages/G2Plots/面积图/渐变色面积图.js +++ b/data-room-ui/packages/G2Plots/面积图/渐变色面积图.js @@ -242,7 +242,7 @@ const setting = [ type: 'switch', field: 'xAxis_label_autoRotate', optionField: 'xAxis.label.autoRotate', - value: false, + value: true, active: true, inactive: false, tabName: 'custom',