{ "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" } }