feat: 新增柱状图配置

This commit is contained in:
奔跑的面条
2025-06-16 16:10:52 +08:00
parent 8bb65e57f4
commit 99366efc8c
14 changed files with 221 additions and 18 deletions
+25 -1
View File
@@ -74,5 +74,29 @@
},
"spaceRow": 10
}
},
"label": {
"visible": false,
"position": "outside",
"offset": 5,
"type": "text",
"style": {
"fontSize": 12,
"fill": "#B9B8CE",
"fontFamily": "SimSun",
"fontWeight": "normal",
"angle": 0,
"dx": 0,
"dy": 0
}
},
"bar": {
"style": {
"width": 10,
"cornerRadius": 0,
"fillOpacity": 1,
"opacity": 1,
"texture": ""
}
}
}
}