feat: add daily deposits by payment method chart

Add MultiSeriesAreaChart showing daily deposit amounts per payment
method with human-readable labels and currency formatting. Memoize
all derived data before early returns for React Compiler compat.
This commit is contained in:
Fringg
2026-03-02 22:08:16 +03:00
parent 2235b3cb77
commit f012710df0
7 changed files with 55 additions and 12 deletions

View File

@@ -1152,6 +1152,7 @@
"avgDeposit": "Avg Deposit",
"byMethod": "By Payment Method",
"dailyChart": "Daily Deposits",
"dailyByMethod": "Daily Deposits by Payment Method",
"revenue": "Revenue"
},
"loadError": "Failed to load statistics"