HighchartsGanttSeriesDataOptions constructor

HighchartsGanttSeriesDataOptions({
  1. bool? collapsed,
  2. HighchartsGanttSeriesDataCompletedOptions? completed,
  3. List<HighchartsGanttSeriesDataDependencyOptions>? dependency,
  4. dynamic end,
  5. bool? milestone,
  6. String? name,
  7. String? parent,
  8. dynamic start,
  9. double? y,
})

Data for a Gantt series.

API Docs: https://api.highcharts.com/gantt/series.gantt.data

Implementation

HighchartsGanttSeriesDataOptions(
    {this.collapsed,
    this.completed,
    this.dependency,
    this.end,
    this.milestone,
    this.name,
    this.parent,
    this.start,
    this.y});