Optional
opts: Partial<D3DAGLayoutCalculatorOptions>Default options for configuring the layout algorithm.
Can be overwritten by passing opts
argument to the
D3DAGLayoutCalculator
constructor.
Calculates the layout for the given nodes. Builds a temporary graph from the visible nodes, applies the Sugiyama layout, and writes the computed x/y coordinates back to the nodes.
Layout calculator using d3-dag's Sugiyama algorithm. Responsible for computing node and link positions for the family tree visualization.