feat: enhance statistics page with new charts and data visualizations including savings trend, category trends, and year-over-year comparisons

This commit is contained in:
Julien Froidefond
2025-11-30 17:05:03 +01:00
parent f366ea02c5
commit 00dd8fc335
7 changed files with 902 additions and 27 deletions

View File

@@ -3,4 +3,9 @@ export { MonthlyChart } from "./monthly-chart";
export { CategoryPieChart } from "./category-pie-chart";
export { BalanceLineChart } from "./balance-line-chart";
export { TopExpensesList } from "./top-expenses-list";
export { CategoryBarChart } from "./category-bar-chart";
export { CategoryTrendChart } from "./category-trend-chart";
export { SavingsTrendChart } from "./savings-trend-chart";
export { IncomeExpenseTrendChart } from "./income-expense-trend-chart";
export { YearOverYearChart } from "./year-over-year-chart";