forked from github/dataease
fix: 恢复视图轴值设置
This commit is contained in:
parent
6a381dd782
commit
9371b19e5e
@ -342,6 +342,7 @@ export const TYPE_CONFIGS = [
|
|||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
|
'axisValue',
|
||||||
'splitLine',
|
'splitLine',
|
||||||
'axisForm',
|
'axisForm',
|
||||||
'axisLabel'
|
'axisLabel'
|
||||||
@ -415,6 +416,7 @@ export const TYPE_CONFIGS = [
|
|||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
|
'axisValue',
|
||||||
'splitLine',
|
'splitLine',
|
||||||
'axisForm',
|
'axisForm',
|
||||||
'axisLabel'
|
'axisLabel'
|
||||||
@ -488,6 +490,7 @@ export const TYPE_CONFIGS = [
|
|||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
|
'axisValue',
|
||||||
'splitLine',
|
'splitLine',
|
||||||
'axisForm',
|
'axisForm',
|
||||||
'axisLabel'
|
'axisLabel'
|
||||||
@ -560,6 +563,7 @@ export const TYPE_CONFIGS = [
|
|||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
|
'axisValue',
|
||||||
'splitLine',
|
'splitLine',
|
||||||
'axisForm',
|
'axisForm',
|
||||||
'axisLabel'
|
'axisLabel'
|
||||||
@ -625,6 +629,7 @@ export const TYPE_CONFIGS = [
|
|||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
|
'axisValue',
|
||||||
'splitLine',
|
'splitLine',
|
||||||
'axisForm',
|
'axisForm',
|
||||||
'axisLabel'
|
'axisLabel'
|
||||||
@ -764,7 +769,6 @@ export const TYPE_CONFIGS = [
|
|||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'axisValue',
|
|
||||||
'splitLine',
|
'splitLine',
|
||||||
'axisForm',
|
'axisForm',
|
||||||
'axisLabel'
|
'axisLabel'
|
||||||
@ -1069,6 +1073,7 @@ export const TYPE_CONFIGS = [
|
|||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
|
'axisValue',
|
||||||
'splitLine',
|
'splitLine',
|
||||||
'axisForm',
|
'axisForm',
|
||||||
'axisLabel'
|
'axisLabel'
|
||||||
@ -1367,18 +1372,23 @@ export const TYPE_CONFIGS = [
|
|||||||
'formatter'
|
'formatter'
|
||||||
],
|
],
|
||||||
'x-axis-selector': [
|
'x-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'y-axis-selector': [
|
'y-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'axisValue',
|
||||||
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'title-selector': [
|
'title-selector': [
|
||||||
'show',
|
'show',
|
||||||
@ -1441,18 +1451,23 @@ export const TYPE_CONFIGS = [
|
|||||||
'formatter'
|
'formatter'
|
||||||
],
|
],
|
||||||
'x-axis-selector': [
|
'x-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'y-axis-selector': [
|
'y-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'axisValue',
|
||||||
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'title-selector': [
|
'title-selector': [
|
||||||
'show',
|
'show',
|
||||||
@ -1527,14 +1542,17 @@ export const TYPE_CONFIGS = [
|
|||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'y-axis-selector': [
|
'y-axis-selector': [
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'axisValue',
|
||||||
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'y-axis-ext-selector': [
|
'y-axis-ext-selector': [
|
||||||
'show',
|
'show',
|
||||||
@ -1605,18 +1623,23 @@ export const TYPE_CONFIGS = [
|
|||||||
'formatter'
|
'formatter'
|
||||||
],
|
],
|
||||||
'x-axis-selector': [
|
'x-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'y-axis-selector': [
|
'y-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'axisValue',
|
||||||
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'title-selector': [
|
'title-selector': [
|
||||||
'show',
|
'show',
|
||||||
@ -1679,18 +1702,23 @@ export const TYPE_CONFIGS = [
|
|||||||
'formatter'
|
'formatter'
|
||||||
],
|
],
|
||||||
'x-axis-selector': [
|
'x-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'y-axis-selector': [
|
'y-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'axisValue',
|
||||||
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'title-selector': [
|
'title-selector': [
|
||||||
'show',
|
'show',
|
||||||
@ -1753,19 +1781,23 @@ export const TYPE_CONFIGS = [
|
|||||||
'formatter'
|
'formatter'
|
||||||
],
|
],
|
||||||
'x-axis-selector': [
|
'x-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'axisValue',
|
'axisValue',
|
||||||
'splitLine'
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'y-axis-selector': [
|
'y-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'title-selector': [
|
'title-selector': [
|
||||||
'show',
|
'show',
|
||||||
@ -1828,20 +1860,24 @@ export const TYPE_CONFIGS = [
|
|||||||
'formatter'
|
'formatter'
|
||||||
],
|
],
|
||||||
'x-axis-selector': [
|
'x-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'axisValue',
|
'axisValue',
|
||||||
'splitLine'
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'y-axis-selector': [
|
'y-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'axisValue',
|
'axisValue',
|
||||||
'splitLine'
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'title-selector': [
|
'title-selector': [
|
||||||
'show',
|
'show',
|
||||||
@ -2134,18 +2170,23 @@ export const TYPE_CONFIGS = [
|
|||||||
'formatter'
|
'formatter'
|
||||||
],
|
],
|
||||||
'x-axis-selector': [
|
'x-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'y-axis-selector': [
|
'y-axis-selector': [
|
||||||
|
'axisForm',
|
||||||
'show',
|
'show',
|
||||||
'position',
|
'position',
|
||||||
'name',
|
'name',
|
||||||
'nameTextStyle',
|
'nameTextStyle',
|
||||||
'splitLine'
|
'axisValue',
|
||||||
|
'splitLine',
|
||||||
|
'axisLabel'
|
||||||
],
|
],
|
||||||
'title-selector': [
|
'title-selector': [
|
||||||
'show',
|
'show',
|
||||||
|
Loading…
Reference in New Issue
Block a user