treegraph property

HighchartsTreegraphSeriesOptions? treegraph
getter/setter pair

A treegraph series is a diagram, which shows a relation between ancestors and descendants with a clear parent - child relation. The best examples of the dataStructures, which best reflect this chart are e.g. genealogy tree or directory structure.

TODO change back the demo path

Configuration options for the series are given in three levels:

  1. Options for all series in a chart are defined in the plotOptions.series object.
  2. Options for all treegraph series are defined in plotOptions.treegraph.
  3. Options for one single series are given in the series instance array.

API Docs: https://api.highcharts.com/highcharts/plotOptions.treegraph

Implementation

HighchartsTreegraphSeriesOptions? treegraph;