admin_backend/template/card_vchart_bar.tmpl
2025-03-06 15:52:17 +08:00

22 lines
422 B
Cheetah

{
"tag": "chart",
"chart_spec": {
"type": "bar",
"title": {
"text": "等级分布"
},
"data": {
"values": [{{.Values}}]
},
"xField": [
"level",
"type"
],
"yField": "value",
"seriesField": "type",
"legends": {
"visible": true,
"orient": "bottom"
}
}
}