From 63a58b10c02b8899c369f25cb929db9032b6c10d Mon Sep 17 00:00:00 2001 From: Catherine Renelle <32781029+catrenelle@users.noreply.github.com> Date: Sun, 15 Feb 2026 17:26:36 -0500 Subject: [PATCH] Default reports to This Month, add Last Month preset, fix chart theme colors Change default date range from Last 3 Months to This Month. Add Last Month option. Apply theme-aware colors to chart axis labels, legends, and data labels so they're readable in both light and dark modes. Co-Authored-By: Claude Opus 4.6 --- frontend/src/views/reports/ReportsView.vue | 30 +++++++++++++++------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/frontend/src/views/reports/ReportsView.vue b/frontend/src/views/reports/ReportsView.vue index bdda963..f4c4f3d 100644 --- a/frontend/src/views/reports/ReportsView.vue +++ b/frontend/src/views/reports/ReportsView.vue @@ -9,6 +9,7 @@ This Month + Last Month Last 3 Months Last 6 Months This Year @@ -242,6 +243,7 @@