{ "id":"total_usage", "widgettype":"ChartPie", "options":{ "css":"card", "height":"400px", "width":"400px", "title":"token消耗量Top5", "data_url":"{{entire_url('total_usage.dspy')}}", "pie_options":{ "name": "Access From", "type": "pie", "radius": ["40%", "70%"], "avoidLabelOverlap": false, "padAngle": 5, "itemStyle": { "borderRadius": 10 }, "label": { "show": false, "position": "center" }, "emphasis": { "label": { "show": true, "fontSize": 40, "fontWeight": "bold" } }, "labelLine": { "show": false } }, "legend":{ "top":"bottom" }, "data_params":{ "start_date":"{{strdate_add(monthfirstday(), months=-1)}}", "end_date":"{{monthfirstday()}}" }, "nameField":"name", "valueFields":["tokens"] } }