+All three stages of the Sugiyama algorithm are configurable. Supply a preset string (`'longest-path'`, `'simplex'`, `'topological'`, `'coffman-graham'` for layering; `'two-layer'` or `'opt'` for decross; `'center'`, `'greedy'`, or `'quad'` for coordinate assignment) or pass the corresponding operator returned by `d3-dag` directly. The layout caches per-node coordinates and the polyline control points returned for each link so `getEdgePosition` can expose detailed path metadata to deck.gl edge layers.
0 commit comments