22 lines
422 B
Cheetah
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"
|
|
}
|
|
}
|
|
} |