HighchartsGanttSeries constructor

HighchartsGanttSeries({
  1. List<List>? data,
  2. String? name,
  3. HighchartsGanttSeriesOptions? options,
  4. List<HighchartsGanttSeriesDataOptions>? dataPoints,
})

Implementation

HighchartsGanttSeries({
  this.data,
  this.name,
  this.options,
  this.dataPoints,
});