layout property

String? layout
getter/setter pair

Layout for the node's children. If hanging, this node's children will hang below their parent, allowing a tighter packing of nodes in the diagram.

Note: Since version 10.0.0, the hanging layout is set by default for children of a parent using hanging layout.

API Docs: https://api.highcharts.com/highcharts/series.organization.nodes.layout

Implementation

String? layout;