HighchartsOrganizationSeriesDataOptions constructor

HighchartsOrganizationSeriesDataOptions({
  1. HighchartsOrganizationSeriesDataAccessibilityOptions? accessibility,
  2. String? className,
  3. String? color,
  4. double? colorIndex,
  5. Map<String, dynamic>? custom,
  6. HighchartsOrganizationSeriesDataDataLabelsOptions? dataLabels,
  7. String? description,
  8. HighchartsOrganizationSeriesDataEventsOptions? events,
  9. String? from,
  10. String? id,
  11. double? labelrank,
  12. String? name,
  13. bool? outgoing,
  14. bool? selected,
  15. String? to,
  16. double? weight,
})

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

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

Implementation

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