Files
go-view/src/settings/vchartThemes/global.theme.json
T
2025-06-16 17:39:20 +08:00

122 lines
2.3 KiB
JSON

{
"legends": [
{
"visible": true,
"position": "middle",
"orient": "bottom",
"item": {
"visible": true,
"align": "left",
"shape": "circle",
"label": {
"style": {
"fontSize": 16,
"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
}
},
"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": ""
}
},
"line": {
"style": {
"lineWidth": 1,
"lineCap": "butt",
"curveType": "linear"
}
},
"point": {
"visible": true,
"style": {
"symbolType": "circle",
"size": 10,
"fillOpacity": 1,
"lineWidth": 2,
"stroke": "#ffffff",
"strokeOpacity": 1,
"dx": 0,
"dy": 0
}
}
}