LayoutOptions

Configuration options for the Company Ownership diagram layout.

Props

NameDescriptionType
direction?
The direction for the flow in the graph.
LayoutDirection
maximumDuration?
Limits the time the layout algorithm can use to the provided number of milliseconds. This is an expert option. The main application is for graphs with many edges, where usually the part of the layout calculations that takes the longest time is the edge routing.
number
minimumFirstSegmentLength?
The minimum length for the first segment of an edge.
number
minimumLastSegmentLength?
The minimum length for the last segment of an edge.
number
minimumLayerDistance?
The minimum distance between the layers in the hierarchy.
number
routingStyle?
The style edges are routed in.
EdgeRoutingStyle