mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
91 lines
1.5 KiB
JSON
91 lines
1.5 KiB
JSON
{
|
|
"title": {
|
|
"show": true,
|
|
"textStyle": {
|
|
"color": "#BFBFBF",
|
|
"fontSize": 18
|
|
},
|
|
"subtextStyle": {
|
|
"color": "#A2A2A2",
|
|
"fontSize": 14
|
|
}
|
|
},
|
|
"xAxis": {
|
|
"show": true,
|
|
"name": "",
|
|
"nameGap": 15,
|
|
"nameTextStyle": {
|
|
"color": "#B9B8CE",
|
|
"fontSize": 12
|
|
},
|
|
"inverse": false,
|
|
"axisLabel": {
|
|
"show": true,
|
|
"fontSize": 12,
|
|
"color": "#B9B8CE"
|
|
},
|
|
"position": "bottom",
|
|
"axisLine": {
|
|
"lineStyle": {
|
|
"color": "#B9B8CE",
|
|
"width": 1
|
|
},
|
|
"onZero": true
|
|
},
|
|
"axisTick": {
|
|
"show": true,
|
|
"length": 5
|
|
},
|
|
"splitLine": {
|
|
"show": false,
|
|
"lineStyle": {
|
|
"color": "#484753",
|
|
"width": 1,
|
|
"type": "solid"
|
|
}
|
|
}
|
|
},
|
|
"yAxis": {
|
|
"show": true,
|
|
"name": "",
|
|
"nameGap": 15,
|
|
"nameTextStyle": {
|
|
"color": "#B9B8CE",
|
|
"fontSize": 12
|
|
},
|
|
"inverse": false,
|
|
"axisLabel": {
|
|
"show": true,
|
|
"fontSize": 12,
|
|
"color": "#B9B8CE"
|
|
},
|
|
"position": "left",
|
|
"axisLine": {
|
|
"show": true,
|
|
"lineStyle": {
|
|
"color": "#B9B8CE",
|
|
"width": 1
|
|
},
|
|
"onZero": true
|
|
},
|
|
"axisTick": {
|
|
"show": true,
|
|
"length": 5
|
|
},
|
|
"splitLine": {
|
|
"show": true,
|
|
"lineStyle": {
|
|
"color": "#484753",
|
|
"width": 1,
|
|
"type": "solid"
|
|
}
|
|
}
|
|
},
|
|
"legend": {
|
|
"show": true,
|
|
"top": "5%",
|
|
"textStyle": {
|
|
"color": "#B9B8CE"
|
|
}
|
|
}
|
|
} |