mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: supply option panel of gloabl and bar chart setting
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user