whisper-money/resources/js/components/dashboard
Víctor Falcón b1cf133b5a
feat(dashboard): sort net worth chart accounts by average balance (#219)
## Summary

- Sorts stacked chart accounts by descending average balance across all
data points, so the largest accounts sit at the bottom of the chart and
smaller ones appear on top.
- Uses the per-account average (rather than any single period's balance)
to guarantee a consistent ordering across every month/day in the chart —
no mixing of order between periods.
- Applies to both monthly (`StackedBarChart`) and daily
(`StackedAreaChart`) granularities since they share the same `dataKeys`.
2026-03-12 09:20:20 +00:00
..
account-balance-card.tsx Add chart color scheme setting (#101) 2026-02-28 12:58:21 +01:00
account-type-icon.tsx refactor(accounts): unify account type icons via accountIconByType helper (#180) 2026-03-02 08:47:44 +00:00
amount-trend-indicator.tsx fix: Prevent account card content overflow on long names (#133) 2026-02-19 10:22:51 +01:00
cashflow-summary-card.tsx perf(dashboard): optimize query performance and eliminate redundant requests (#146) 2026-02-24 08:43:48 +01:00
net-worth-chart.tsx feat(dashboard): sort net worth chart accounts by average balance (#219) 2026-03-12 09:20:20 +00:00
percentage-trend-indicator.tsx Amount display format (#29) 2025-12-15 10:44:13 +01:00
top-categories-card.tsx feat(dashboard): make top spending categories clickable with transaction filter link (#189) 2026-03-03 11:24:50 +00:00