go-view/src/settings/vchartThemes/global.theme.json
2024-12-15 12:48:36 +08:00

20 lines
306 B
JSON

{
"legends": [
{
"visible": true,
"position": "middle",
"orient": "bottom",
"item": {
"visible": true,
"align": "left",
"label": {
"style": {
"fontSize": 16,
"fill": "#B9B8CE"
}
}
}
}
]
}