From 928d1571bd17605d66d3701a31cb3fc7711318cd Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 11 Feb 2026 20:52:06 +0100 Subject: [PATCH] fix: adjust layout and styling in Chart component for improved visual consistency --- components/dashboard/Chart.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/dashboard/Chart.tsx b/components/dashboard/Chart.tsx index f065aed..053d0fe 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -570,11 +570,11 @@ export default function Chart({

Try selecting another metric or date range

) : ( -
+
{/* * Vertical Y-axis label (text reads bottom-to-top) */}
- + @@ -613,7 +613,7 @@ export default function Chart({ tickLine={false} axisLine={false} domain={[0, 'auto']} - width={48} + width={36} tickFormatter={(val) => { if (metric === 'bounce_rate') return `${val}%` if (metric === 'avg_duration') return formatAxisDuration(val)