From 028e4e54252ca2ea80bce8ab16d5349cce45a222 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sat, 21 Mar 2026 22:27:37 +0100 Subject: [PATCH] fix: reduce funnel chart height with wider aspect ratio (4:1) --- app/sites/[id]/funnels/[funnelId]/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/sites/[id]/funnels/[funnelId]/page.tsx b/app/sites/[id]/funnels/[funnelId]/page.tsx index 1dd4ab6..d8fe3c8 100644 --- a/app/sites/[id]/funnels/[funnelId]/page.tsx +++ b/app/sites/[id]/funnels/[funnelId]/page.tsx @@ -228,6 +228,7 @@ export default function FunnelReportPage() { labelLayout="grouped" labelAlign="center" labelOrientation="vertical" + style={{ aspectRatio: '4 / 1' }} />