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

21 lines
408 B
XML

{
"id":"callcount",
"widgettype":"ChartBar",
"options":{
"css":"card",
"height":"400px",
"width":"400px",
"title":"调用数量Top5",
"data_url":"{{entire_url('callcount.dspy')}}",
"valueFields":["call_cnt"],
"nameField":"name",
"legend":{
"top":"bottom"
},
"data_params":{
"start_date":"{{strdate_add(monthfirstday(), months=-1)}}",
"end_date":"{{monthfirstday()}}"
}
}
}