fix: Sankey freeform arrangement + increased padding (Task B.3)

This commit is contained in:
Andrew Charlwood
2026-02-07 02:59:59 +00:00
parent a22b2e7811
commit fb30f5f49a
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -805,9 +805,9 @@ def create_sankey_figure(
fig = go.Figure(
go.Sankey(
arrangement="snap",
arrangement="freeform",
node=dict(
pad=20,
pad=25,
thickness=25,
line=dict(color="#FFFFFF", width=1),
label=node_labels,