mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增全局样式设置
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"title": {
|
||||
"textStyle": {
|
||||
"color": "#464646"
|
||||
},
|
||||
"subtextStyle": {
|
||||
"color": "#6e7079"
|
||||
}
|
||||
},
|
||||
"xAxis": {
|
||||
"nameTextStyle": {
|
||||
"color": "#B9B8CE"
|
||||
},
|
||||
"axisLine": {
|
||||
"lineStyle": {
|
||||
"color": "#B9B8CE",
|
||||
"width": 1
|
||||
},
|
||||
"onZero": true,
|
||||
"onZeroAxisIndex": null
|
||||
},
|
||||
"splitLine": {
|
||||
"lineStyle": {
|
||||
"color": "#484753",
|
||||
"width": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"yAxis": {
|
||||
"nameTextStyle": {
|
||||
"color": "#B9B8CE"
|
||||
},
|
||||
"axisLine": {
|
||||
"lineStyle": {
|
||||
"color": "#B9B8CE",
|
||||
"width": 1
|
||||
},
|
||||
"onZero": true,
|
||||
"onZeroAxisIndex": null
|
||||
},
|
||||
"splitLine": {
|
||||
"lineStyle": {
|
||||
"color": "#484753",
|
||||
"width": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"legend": {
|
||||
"textStyle": {
|
||||
"color": "#B9B8CE"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user