Skip to main content

Interface: DefaultLayoutOptions

Options for blockingDefaultLayout function.

See

blockingDefaultLayout

Properties

PropertyTypeDescription

padding?

Vector

Padding for each graph node to make them more spaced apart when computing the layout.

Default

{x: 50, y: 50}

preferredLinkLength?

number

Preferred length of the graph links in the result layout.

Default

200