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

21 lines
406 B
XML

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