## 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`. |
||
|---|---|---|
| .. | ||
| account-balance-card.tsx | ||
| account-type-icon.tsx | ||
| amount-trend-indicator.tsx | ||
| cashflow-summary-card.tsx | ||
| net-worth-chart.tsx | ||
| percentage-trend-indicator.tsx | ||
| top-categories-card.tsx | ||