Commit ef3eef8
committed
test(sankey): use star topology so clamping is actually exercised
A 24-node chain places one node per column, so no column ever holds two
nodes and the padding can never clamp regardless of figure size. A
one-to-many star puts all 24 sinks in one column (verified against the
real d3-sankey layout: effective min gap 2.32 at 480x80).1 parent 0504083 commit ef3eef8
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| |||
0 commit comments