mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 升级vchart版本,新增横向柱状图,新增配置项,修复配制不生效bug
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
{
|
||||
"visible": true,
|
||||
"unit": {
|
||||
"visible": true,
|
||||
"text": "",
|
||||
"style": {
|
||||
"text": "",
|
||||
"fontSize": 12,
|
||||
"fill": "#B9B8CE",
|
||||
"fontFamily": "SimSun",
|
||||
"fontWeight": "normal",
|
||||
"angle": 0,
|
||||
"dx": 0,
|
||||
"dy": 0
|
||||
}
|
||||
},
|
||||
"label": {
|
||||
"visible": true,
|
||||
"style": {
|
||||
@@ -7,17 +21,25 @@
|
||||
"fill": "#B9B8CE",
|
||||
"fontFamily": "SimSun",
|
||||
"fontWeight": "normal",
|
||||
"angle": 0
|
||||
"angle": 0,
|
||||
"dx": 0,
|
||||
"dy": 0
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"visible": true,
|
||||
"position": "middle",
|
||||
"angle": 0,
|
||||
"padding": [],
|
||||
"style": {
|
||||
"text": "",
|
||||
"fontSize": 12,
|
||||
"fill": "#B9B8CE",
|
||||
"fontFamily": "SimSun",
|
||||
"fontWeight": "normal"
|
||||
"fontWeight": "normal",
|
||||
"angle": 0,
|
||||
"dx": 0,
|
||||
"dy": 0
|
||||
}
|
||||
},
|
||||
"domainLine": {
|
||||
|
||||
Reference in New Issue
Block a user