- Change top models from Top 3 to Top 5 - Simplify titles: remove 'Top X' and parenthetical details - Replace separate user tables (by amount/by count) with single ChartBar - Replace separate provider tables with single ChartBar - Add get_top_users_combined and get_top_providers_combined functions
10 lines
207 B
XML
10 lines
207 B
XML
{
|
|
"widgettype": "ChartBar",
|
|
"options": {
|
|
"height": "300px",
|
|
"data_url": "api/top_users.dspy",
|
|
"nameField": "user_name",
|
|
"valueFields": ["total_amount", "cnt"]
|
|
}
|
|
}
|