2025-07-16 14:28:41 +08:00

46 lines
1.0 KiB
XML

{
"id":"total_usage",
"widgettype":"ChartPie",
"options":{
"css":"card",
"height":"400px",
"width":"400px",
"title":"token消耗量Top5",
"data_url":"{{entire_url('total_usage.dspy')}}",
"pie_options":{
"name": "Access From",
"type": "pie",
"radius": ["40%", "70%"],
"avoidLabelOverlap": false,
"padAngle": 5,
"itemStyle": {
"borderRadius": 10
},
"label": {
"show": false,
"position": "center"
},
"emphasis": {
"label": {
"show": true,
"fontSize": 40,
"fontWeight": "bold"
}
},
"labelLine": {
"show": false
}
},
"legend":{
"top":"bottom"
},
"data_params":{
"start_date":"{{strdate_add(monthfirstday(), months=-1)}}",
"end_date":"{{monthfirstday()}}"
},
"nameField":"name",
"valueFields":["tokens"]
}
}