OrganicLayoutOptions
The configuration options for the organic layout algorithm that arranges graphs in an organic fashion.
For more information on the layout algorithm and its available settings, see OrganicLayout.
Props
| Name | Type |
|---|---|
allowClusterAsGroupSubstructure? | boolean |
allowNodeOverlaps? | boolean |
automaticGroupNodeCompaction? | boolean |
avoidNodeEdgeOverlap? | boolean |
chainRecognition? | boolean |
chainSubstructureSize? | number |
chainSubstructureStyle? | “none” |
circleRecognition? | boolean |
clusteringPolicy? | “none” |
compactnessFactor? | number |
cycleSubstructureSize? | number |
cycleSubstructureStyle? | “none” |
defaultMinimumNodeDistance? | number |
defaultPreferredEdgeLength? | number |
deterministic? | boolean |
edgeLabelPlacement? | “generic” |
groupNodeCompactness? | number |
groupSubstructureScope? | “no-groups” |
groupSubstructureSize? | number |
groupSubstructureStyle? | “circle” |
layoutOrientation? | “top-to-bottom” |
nodeLabelPlacement? | “consider” |
parallelSubstructureSize? | number |
parallelSubstructureStyle? | “none” |
parallelSubstructureTypeSeparation? | boolean |
preferredMinimumNodeToEdgeDistance? | number |
qualityTimeRatio? | number |
starSubstructureSize? | number |
starSubstructureStyle? | “none” |
starSubstructureTypeSeparation? | boolean |
stopDuration? | number |
treeSubstructureSize? | number |
treeSubstructureStyle? | “none” |