mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增主题色配置
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
{
|
||||
"title": {
|
||||
"show": true,
|
||||
"textStyle": {
|
||||
"color": "#464646"
|
||||
"color": "#464646",
|
||||
"fontSize": 18
|
||||
},
|
||||
"subtextStyle": {
|
||||
"color": "#6e7079"
|
||||
"color": "#6e7079",
|
||||
"fontSize": 14
|
||||
}
|
||||
},
|
||||
"xAxis": {
|
||||
"show": true,
|
||||
"nameTextStyle": {
|
||||
"color": "#B9B8CE"
|
||||
},
|
||||
@@ -37,6 +41,7 @@
|
||||
}
|
||||
},
|
||||
"yAxis": {
|
||||
"show": true,
|
||||
"nameTextStyle": {
|
||||
"color": "#B9B8CE"
|
||||
},
|
||||
@@ -66,6 +71,7 @@
|
||||
}
|
||||
},
|
||||
"legend": {
|
||||
"show": true,
|
||||
"textStyle": {
|
||||
"color": "#B9B8CE"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user