mirror of
https://gitee.com/dromara/go-view.git
synced 2025-10-06 18:59:58 +08:00
53 lines
837 B
JSON
53 lines
837 B
JSON
{
|
|
"title": {
|
|
"textStyle": {
|
|
"color": "#464646"
|
|
},
|
|
"subtextStyle": {
|
|
"color": "#6e7079"
|
|
}
|
|
},
|
|
"xAxis": {
|
|
"nameTextStyle": {
|
|
"color": "#B9B8CE"
|
|
},
|
|
"axisLine": {
|
|
"lineStyle": {
|
|
"color": "#B9B8CE",
|
|
"width": 1
|
|
},
|
|
"onZero": true
|
|
},
|
|
"splitLine": {
|
|
"lineStyle": {
|
|
"color": "#484753",
|
|
"width": 1,
|
|
"type": "solid"
|
|
}
|
|
}
|
|
},
|
|
"yAxis": {
|
|
"nameTextStyle": {
|
|
"color": "#B9B8CE"
|
|
},
|
|
"axisLine": {
|
|
"lineStyle": {
|
|
"color": "#B9B8CE",
|
|
"width": 1
|
|
},
|
|
"onZero": true
|
|
},
|
|
"splitLine": {
|
|
"lineStyle": {
|
|
"color": "#484753",
|
|
"width": 1,
|
|
"type": "solid"
|
|
}
|
|
}
|
|
},
|
|
"legend": {
|
|
"textStyle": {
|
|
"color": "#B9B8CE"
|
|
}
|
|
}
|
|
} |