From 6098b5e1580a92ea78dc010429d91fcaa0746bdf Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sat, 21 Mar 2026 22:23:47 +0100 Subject: [PATCH] feat: replace vertical funnel with horizontal funnel chart Switched to horizontal orientation with grouped labels for better readability across multi-step funnels. --- app/sites/[id]/funnels/[funnelId]/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/sites/[id]/funnels/[funnelId]/page.tsx b/app/sites/[id]/funnels/[funnelId]/page.tsx index 9fd7a5c..1dd4ab6 100644 --- a/app/sites/[id]/funnels/[funnelId]/page.tsx +++ b/app/sites/[id]/funnels/[funnelId]/page.tsx @@ -216,16 +216,18 @@ export default function FunnelReportPage() { {/* Chart */} -
-

+
+

Funnel Visualization