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

21 lines
405 B
XML

{
"id":"perform",
"widgettype":"ChartBar",
"options":{
"css":"card",
"height":"400px",
"width":"400px",
"title":"性能最优Top5",
"data_url":"{{entire_url('perform.dspy')}}",
"valueFields":["cost_time"],
"nameField":"name",
"legend":{
"top":"bottom"
},
"data_params":{
"start_date":"{{strdate_add(monthfirstday(), months=-1)}}",
"end_date":"{{monthfirstday()}}"
}
}
}