feat: supply option panel of gloabl and bar chart setting

This commit is contained in:
skie1997
2024-12-20 15:44:24 +08:00
parent 026e4809c8
commit 152786c652
20 changed files with 8049 additions and 32 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"visible": true,
"label": {
"visible": true,
"style": {
"fontSize": 12,
"fill": "#B9B8CE",
"fontFamily": "SimSun",
"fontWeight": "normal",
"angle": 0
}
},
"title": {
"visible": true,
"style": {
"text": "",
"fontSize": 12,
"fill": "#B9B8CE",
"fontFamily": "SimSun",
"fontWeight": "normal"
}
},
"domainLine": {
"visible": false,
"style": {
"lineWidth": 1,
"stroke": "#D5D7E2"
}
},
"grid": {
"visible": true,
"style": {
"lineWidth": 1,
"stroke": "#FFFFFF24"
}
}
}