gantt property

HighchartsGanttSeriesOptions? gantt
getter/setter pair

A gantt series. If the type option is not specified, it is inherited from chart.type.

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 gantt series are defined in plotOptions.gantt.
  3. Options for one single series are given in the series instance array.

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

Implementation

HighchartsGanttSeriesOptions? gantt;