style: unify all dashboard chart colors to brand orange

This commit is contained in:
Usman Baig
2026-03-13 12:32:57 +01:00
parent 3bda7215db
commit 0abc5cd4a8
2 changed files with 4 additions and 3 deletions

View File

@@ -104,9 +104,9 @@ const METRIC_CONFIGS: {
const chartConfig = {
visitors: { label: 'Unique Visitors', color: '#FD5E0F' },
pageviews: { label: 'Total Pageviews', color: '#3b82f6' },
bounce_rate: { label: 'Bounce Rate', color: '#a855f7' },
avg_duration: { label: 'Visit Duration', color: '#10b981' },
pageviews: { label: 'Total Pageviews', color: '#FD5E0F' },
bounce_rate: { label: 'Bounce Rate', color: '#FD5E0F' },
avg_duration: { label: 'Visit Duration', color: '#FD5E0F' },
} satisfies ChartConfig
// ─── Custom Tooltip ─────────────────────────────────────────────────