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
+61 -2
View File
@@ -7,13 +7,72 @@
"item": {
"visible": true,
"align": "left",
"shape": "circle",
"label": {
"style": {
"fontSize": 16,
"fill": "#B9B8CE"
"fill": "#B9B8CE",
"fontFamily": "SimSun",
"fontWeight": "normal"
}
}
}
}
]
],
"tooltip": {
"visible": true,
"style": {
"panel": {
"padding": {
"top": 5,
"bottom": 10,
"left": 10,
"right": 10
},
"backgroundColor": "rgba(8, 28, 48, 0.95)",
"border": {
"color": "#CFCFCF",
"width": 0,
"radius": 2
},
"shadow": {
"x": 0,
"y": 4,
"blur": 12,
"spread": 0,
"color": "rgba(0, 0, 0, 0.2)"
}
},
"titleLabel": {
"fontSize": 14,
"fill": "#FFF",
"fontWeight": "bold",
"fontFamily": "SimSun",
"align": "left",
"lineHeight": 18
},
"keyLabel": {
"fontSize": 12,
"fill": "rgba(255,255,255,0.65)",
"fontWeight": "normal",
"fontFamily": "SimSun",
"align": "left",
"lineHeight": 18
},
"valueLabel": {
"fontSize": 12,
"fill": "#FFF",
"fontWeight": "normal",
"fontFamily": "SimSun",
"align": "right",
"lineHeight": 18
},
"shape": {
"size": 10,
"spacing": 10,
"shapeLineWidth": 0
},
"spaceRow": 10
}
}
}