Add 180-day analytics time range options
All checks were successful
Build Frontend / build (push) Successful in 1m6s

Extended analytics dashboards and charts to support a 180-day time range selection. Also updated tooltip position in PredictionsChart for improved UI consistency.
This commit is contained in:
g
2026-01-12 05:51:29 +00:00
parent a05787a091
commit c209dd60fc
4 changed files with 9 additions and 3 deletions

View File

@@ -578,6 +578,8 @@ export default function AdminAnalytics() {
<SelectItem value="24hours">Last 24 hours</SelectItem>
<SelectItem value="7days">Last 7 days</SelectItem>
<SelectItem value="30days">Last 30 days</SelectItem>
<SelectItem value="90days">Last 90 days</SelectItem>
<SelectItem value="180days">Last 180 days</SelectItem>
<SelectItem value="ytd">Year to Date</SelectItem>
<SelectItem value="year">Full Year</SelectItem>
</>