{ "widgettype": "ChartBar", "options": { "height": "300px", "width": "100%", "data_url": "{{entire_url('api/customer_daily_models.dspy')}}", "nameField": "model_name", "valueFields": ["cnt", "total_amount"], "refresh_period": 60 } }