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