HighchartsXRangeSeriesPartialFillOptions constructor

HighchartsXRangeSeriesPartialFillOptions({
  1. 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.partialFill

Implementation

HighchartsXRangeSeriesPartialFillOptions({this.fill});