offset property
dynamic
offset
getter/setter pair
This option is deprecated, use offsetHorizontal and offsetVertical instead.
In a horizontal layout, the vertical offset of a node in terms of weight. Positive values shift the node downwards, negative shift it upwards. In a vertical layout, like organization chart, the offset is horizontal.
If a percentage string is given, the node is offset by the percentage of the
node size plus nodePadding
.
API Docs: https://api.highcharts.com/highcharts/series.arcdiagram.nodes.offset
Implementation
dynamic offset;