HierarchicalLayoutOptions
The configuration options for the hierarchical layout algorithm that arranges graphs in a hierarchical fashion.
For more information on the layout algorithm and its available settings, see HierarchicalLayout.
Props
Name | Type |
---|---|
automaticEdgeGrouping? | boolean |
componentArrangementPolicy? | “compact” | “topmost” |
defaultEdgeDescriptor? | HierarchicalLayoutEdgeDescriptor |
defaultNodeDescriptor? | HierarchicalLayoutNodeDescriptor |
edgeDistance? | number |
edgeLabelPlacement? | “generic” |
fromScratchLayeringStrategy? | “hierarchical-topmost” |
fromSketchMode? | boolean |
gridSpacing? | number |
groupAlignmentPolicy? | “top” | “center” | “bottom” |
groupLayeringPolicy? | “ignore-groups” |
layoutOrientation? | “top-to-bottom” |
minimumLayerDistance? | number |
nodeDistance? | number |
nodeLabelPlacement? | “consider” |
nodeToEdgeDistance? | number |
stopDuration? | number |