fix: reduce funnel chart height with wider aspect ratio (4:1)

This commit is contained in:
Usman Baig
2026-03-21 22:27:37 +01:00
parent 6098b5e158
commit 028e4e5425

View File

@@ -228,6 +228,7 @@ export default function FunnelReportPage() {
labelLayout="grouped" labelLayout="grouped"
labelAlign="center" labelAlign="center"
labelOrientation="vertical" labelOrientation="vertical"
style={{ aspectRatio: '4 / 1' }}
/> />
</div> </div>