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
+3 -3
View File
@@ -109,9 +109,9 @@ Comprehensive review and improvement of all Plotly charts in the Dash dashboard.
- **Checkpoint**: Lollipop dots show smooth green→amber→red gradient
### B.3 Sankey narrow-screen fix
- [ ] In `create_sankey_figure()` (~L788):
- Change `arrangement="snap"` → `arrangement="freeform"`
- Increase `pad` from 20 → 25
- [x] In `create_sankey_figure()` (~L808):
- Changed `arrangement="snap"` → `arrangement="freeform"`
- Increased `pad` from 20 → 25
- **Checkpoint**: Sankey nodes don't overlap on narrow viewports
### B.4 Heatmap metric toggle (both views)