HighchartsGanttSeriesDataCompletedOptions constructor

HighchartsGanttSeriesDataCompletedOptions({
  1. double? amount,
  2. Map<String, dynamic>? fill,
})

Progress indicator, how much of the task completed. If it is a number, the fill will be applied automatically.

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

Implementation

HighchartsGanttSeriesDataCompletedOptions({this.amount, this.fill});