HighchartsOrganizationSeriesDataOptions constructor
HighchartsOrganizationSeriesDataOptions({
- HighchartsOrganizationSeriesDataAccessibilityOptions? accessibility,
- String? className,
- String? color,
- double? colorIndex,
- Map<
String, dynamic> ? custom, - HighchartsOrganizationSeriesDataDataLabelsOptions? dataLabels,
- String? description,
- HighchartsOrganizationSeriesDataEventsOptions? events,
- String? from,
- String? id,
- double? labelrank,
- String? name,
- bool? outgoing,
- bool? selected,
- String? to,
- 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});