mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 修改组件展示,支持单个组件数据编辑
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"title": {
|
||||
"show": true,
|
||||
"textStyle": {
|
||||
"color": "#BFBFBF",
|
||||
"fontSize": 18
|
||||
@@ -11,17 +10,14 @@
|
||||
}
|
||||
},
|
||||
"xAxis": {
|
||||
"show": true,
|
||||
"nameTextStyle": {
|
||||
"color": "#B9B8CE"
|
||||
},
|
||||
"axisLabel": {
|
||||
"show": true,
|
||||
"color": "#B9B8CE"
|
||||
},
|
||||
"position": "bottom",
|
||||
"axisLine": {
|
||||
"show": true,
|
||||
"lineStyle": {
|
||||
"color": "#B9B8CE",
|
||||
"width": 1
|
||||
@@ -29,7 +25,6 @@
|
||||
"onZero": true
|
||||
},
|
||||
"axisTick": {
|
||||
"show": true,
|
||||
"length": 5
|
||||
},
|
||||
"splitLine": {
|
||||
@@ -41,17 +36,14 @@
|
||||
}
|
||||
},
|
||||
"yAxis": {
|
||||
"show": true,
|
||||
"nameTextStyle": {
|
||||
"color": "#B9B8CE"
|
||||
},
|
||||
"axisLabel": {
|
||||
"show": true,
|
||||
"color": "#B9B8CE"
|
||||
},
|
||||
"position": "left",
|
||||
"axisLine": {
|
||||
"show": true,
|
||||
"lineStyle": {
|
||||
"color": "#B9B8CE",
|
||||
"width": 1
|
||||
@@ -59,7 +51,6 @@
|
||||
"onZero": true
|
||||
},
|
||||
"axisTick": {
|
||||
"show": true,
|
||||
"length": 5
|
||||
},
|
||||
"splitLine": {
|
||||
@@ -71,7 +62,6 @@
|
||||
}
|
||||
},
|
||||
"legend": {
|
||||
"show": true,
|
||||
"textStyle": {
|
||||
"color": "#B9B8CE"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user