dashboard_for_sage/wwwroot/chart_top_providers.ui
yumoqing 855f376671 refactor: consolidate rankings into combined charts
- 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
2026-06-01 15:41:40 +08:00

10 lines
215 B
XML

{
"widgettype": "ChartBar",
"options": {
"height": "300px",
"data_url": "api/top_providers.dspy",
"nameField": "provider_name",
"valueFields": ["total_amount", "cnt"]
}
}