Welcome to the Highcharts JS (highcharts) Options Reference

These pages outline the chart configuration options, and the methods and properties of Highcharts objects.

Feel free to search this API through the search bar or the navigation tree in the sidebar.

series.organization.hangingIndentTranslation

Defines the indentation of a hanging layout parent's children. Possible options:

  • inherit (default): Only the first child adds the indentation, children of a child with indentation inherit the indentation.
  • cumulative: All children of a child with indentation add its own indent. The option may cause overlapping of nodes. Then use shrink option:
  • shrink: Nodes shrink by the hangingIndent value until they reach the minNodeLength.