mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
73 lines
1.2 KiB
JSON
73 lines
1.2 KiB
JSON
{
|
|
"title": {
|
|
"textStyle": {
|
|
"color": "#464646"
|
|
},
|
|
"subtextStyle": {
|
|
"color": "#6e7079"
|
|
}
|
|
},
|
|
"xAxis": {
|
|
"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",
|
|
"width": 1,
|
|
"type": "solid"
|
|
}
|
|
}
|
|
},
|
|
"yAxis": {
|
|
"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",
|
|
"width": 1,
|
|
"type": "solid"
|
|
}
|
|
}
|
|
},
|
|
"legend": {
|
|
"textStyle": {
|
|
"color": "#B9B8CE"
|
|
}
|
|
}
|
|
} |