feat:新增全局属性配置

This commit is contained in:
MTrun
2022-02-23 15:23:09 +08:00
parent 148297766c
commit d1d27a740f
4 changed files with 108 additions and 3 deletions
@@ -11,13 +11,23 @@
"nameTextStyle": {
"color": "#B9B8CE"
},
"axisLabel": {
"show": true,
"color": "#B9B8CE"
},
"position": "bottom",
"axisLine": {
"show": true,
"lineStyle": {
"color": "#B9B8CE",
"width": 1
},
"onZero": true
},
"axisTick": {
"show": true,
"length": 5
},
"splitLine": {
"lineStyle": {
"color": "#484753",
@@ -30,13 +40,23 @@
"nameTextStyle": {
"color": "#B9B8CE"
},
"axisLabel": {
"show": true,
"color": "#B9B8CE"
},
"position": "left",
"axisLine": {
"show": true,
"lineStyle": {
"color": "#B9B8CE",
"width": 1
},
"onZero": true
},
"axisTick": {
"show": true,
"length": 5
},
"splitLine": {
"lineStyle": {
"color": "#484753",