HighchartsXRangeSeriesDataPartialFillOptions constructor

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

A partial fill for each point, typically used to visualize how much of a task is performed. The partial fill object can be set either on series or point level.

API Docs: https://api.highcharts.com/highcharts/series.xrange.data.partialFill

Implementation

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