From 9a2b3da8fd170730e6543ccbd99da589390a86b1 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 11 Feb 2026 21:19:34 +0100 Subject: [PATCH] fix: refine layout and styling in Chart component for better visual alignment and 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 053d0fe..9a5e559 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={36} + width={28} tickFormatter={(val) => { if (metric === 'bounce_rate') return `${val}%` if (metric === 'avg_duration') return formatAxisDuration(val)