|
|
@ -264,7 +264,7 @@ const setting = [
|
|
|
|
type: 'switch',
|
|
|
|
type: 'switch',
|
|
|
|
field: 'xAxis_label_autoRotate',
|
|
|
|
field: 'xAxis_label_autoRotate',
|
|
|
|
optionField: 'xAxis.label.autoRotate',
|
|
|
|
optionField: 'xAxis.label.autoRotate',
|
|
|
|
value: false,
|
|
|
|
value: true,
|
|
|
|
active: true,
|
|
|
|
active: true,
|
|
|
|
inactive: false,
|
|
|
|
inactive: false,
|
|
|
|
tabName: 'custom',
|
|
|
|
tabName: 'custom',
|
|
|
@ -275,7 +275,7 @@ const setting = [
|
|
|
|
type: 'switch',
|
|
|
|
type: 'switch',
|
|
|
|
field: 'xAxis_label_autoHide',
|
|
|
|
field: 'xAxis_label_autoHide',
|
|
|
|
optionField: 'xAxis.label.autoHide',
|
|
|
|
optionField: 'xAxis.label.autoHide',
|
|
|
|
value: false,
|
|
|
|
value: true,
|
|
|
|
active: true,
|
|
|
|
active: true,
|
|
|
|
inactive: false,
|
|
|
|
inactive: false,
|
|
|
|
tabName: 'custom',
|
|
|
|
tabName: 'custom',
|
|
|
|