HighchartsSunburstSeriesDataOptions constructor
HighchartsSunburstSeriesDataOptions({
- HighchartsSunburstSeriesDataAccessibilityOptions? accessibility,
- String? className,
- String? color,
- double? colorIndex,
- double? colorValue,
- Map<
String, dynamic> ? custom, - HighchartsSunburstSeriesDataDataLabelsOptions? dataLabels,
- String? description,
- HighchartsSunburstSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsSunburstSeriesDataEventsOptions? events,
- String? id,
- double? labelrank,
- HighchartsSunburstSeriesDataMarkerOptions? marker,
- String? name,
- String? parent,
- bool? selected,
- bool? sliced,
- double? value,
Highcharts Options Widget.
Implementation
HighchartsSunburstSeriesDataOptions(
{this.accessibility,
this.className,
this.color,
this.colorIndex,
this.colorValue,
this.custom,
this.dataLabels,
this.description,
this.dragDrop,
this.drilldown,
this.events,
this.id,
this.labelrank,
this.marker,
this.name,
this.parent,
this.selected,
this.sliced,
this.value});