gantt property
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:
- Options for all series in a chart are defined in the plotOptions.series object.
- Options for all
gantt
series are defined in plotOptions.gantt. - Options for one single series are given in the series instance array.
API Docs: https://api.highcharts.com/gantt/plotOptions.gantt
Implementation
HighchartsGanttSeriesOptions? gantt;