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)