HighchartsDependencyWheelSeriesDataOptions constructor

HighchartsDependencyWheelSeriesDataOptions({
  1. HighchartsDependencyWheelSeriesDataAccessibilityOptions? accessibility,
  2. String? className,
  3. String? color,
  4. double? colorIndex,
  5. Map<String, dynamic>? custom,
  6. String? description,
  7. HighchartsDependencyWheelSeriesDataEventsOptions? events,
  8. String? from,
  9. String? id,
  10. double? labelrank,
  11. String? name,
  12. bool? selected,
  13. String? to,
  14. double? weight,
})

An array of data points for the series. For the dependencywheel series type, points can be given in the following way:

API Docs: https://api.highcharts.com/highcharts/series.dependencywheel.data

Implementation

HighchartsDependencyWheelSeriesDataOptions(
    {this.accessibility,
    this.className,
    this.color,
    this.colorIndex,
    this.custom,
    this.description,
    this.events,
    this.from,
    this.id,
    this.labelrank,
    this.name,
    this.selected,
    this.to,
    this.weight});