10 lines
217 B
XML
10 lines
217 B
XML
{
|
|
"widgettype": "ChartPie",
|
|
"options": {
|
|
"height": "200px",
|
|
"data_url": "/sage_datamart/api/currency_stats.dspy",
|
|
"nameField": "currency",
|
|
"valueFields": ["call_count"]
|
|
}
|
|
}
|