From bec61c599e677f261287f80b8be6cdb0e8737fd9 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Mon, 16 Mar 2026 21:30:09 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20reduce=20sankey=20margins=20from=20160px?= =?UTF-8?q?=20to=2090px=20=E2=80=94=20less=20wasted=20space?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/journeys/SankeyJourney.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/journeys/SankeyJourney.tsx b/components/journeys/SankeyJourney.tsx index 23667b9..cc2b268 100644 --- a/components/journeys/SankeyJourney.tsx +++ b/components/journeys/SankeyJourney.tsx @@ -301,7 +301,7 @@ export default function SankeyJourney({ data={data} width={chartWidth} height={chartHeight} - margin={{ top: 8, right: 160, bottom: 8, left: 160 }} + margin={{ top: 8, right: 90, bottom: 8, left: 90 }} align="justify" sort="descending" colors={(node) =>