sage/wwwroot/public/llmsquare/statistic/daily_total_usage.ui
2025-07-16 14:28:41 +08:00

21 lines
438 B
XML

{
"id":"daily_total_usage",
"widgettype":"ChartBar",
"options":{
"height":"350px",
"csses":"card filler",
"title":"token每天统计",
"data_url":"{{entire_url('daily_total_usage.dspy')}}",
"legend":{
"top":"bottom"
},
"data_params":{
"start_date":"{{strdate_add(monthfirstday(), months=-1)}}",
"end_date":"{{monthfirstday()}}"
},
"nameField":"transdate",
"valueField":"tokens",
"serieField":"name"
}
}