feat(analytics): replace charts with category trend lines, Pareto chart, and cumulative spend
- Category spend trend lines (top 8 categories, 6-month view) replacing stacked bar chart - Pareto chart showing 80/20 spend concentration with cumulative % line - Cumulative spend chart tracking actual vs typical monthly pace - Fix: add amount_aud to TransactionRow interface
This commit is contained in:
@@ -12,6 +12,7 @@ export interface TransactionRow {
|
||||
transaction_date: string;
|
||||
description: string;
|
||||
amount: number;
|
||||
amount_aud: number | null;
|
||||
transaction_type: string;
|
||||
merchant_name: string | null;
|
||||
merchant_normalized: string | null;
|
||||
|
||||
Reference in New Issue
Block a user