OrthogonalLayoutOptions
The configuration options for the Orthogonal layout algorithm that arranges graphs in an orthogonal fashion.
For more information on the layout algorithm and its available settings, see OrthogonalLayout.
Props
| Name | Type |
|---|---|
alignDegreeOneNodes? | boolean |
chainSubstructureSize? | number |
chainSubstructureStyle? | “none” |
cycleSubstructureSize? | number |
cycleSubstructureStyle? | “none” |
defaultEdgeDescriptor? | OrthogonalLayoutEdgeDescriptor |
edgeLabelPlacement? | “generic” |
fromSketchMode? | boolean |
gridSpacing? | number |
layoutOrientation? | “top-to-bottom” |
nodeLabelPlacement? | “consider” |
preferParallelRoutes? | boolean |
stopDuration? | number |
treeSubstructureOrientation? | “top-to-bottom” |
treeSubstructureSize? | number |
treeSubstructureStyle? | “none” |
uniformPortAssignment? | boolean |