whisper-money/resources
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
..
css Add chart color scheme setting (#101) 2026-02-28 12:58:21 +01:00
js feat(dashboard): sort net worth chart accounts by average balance (#219) 2026-03-12 09:20:20 +00:00
views Add weekly bank logo audit command (#211) 2026-03-06 11:05:13 +00:00