HighchartsGanttSeriesDataOptions constructor
HighchartsGanttSeriesDataOptions({
- bool? collapsed,
- HighchartsGanttSeriesDataCompletedOptions? completed,
- List<
HighchartsGanttSeriesDataDependencyOptions> ? dependency, - dynamic end,
- bool? milestone,
- String? name,
- String? parent,
- dynamic start,
- 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});