HighchartsPyramidSeriesDataOptions constructor
      
      HighchartsPyramidSeriesDataOptions({ 
    
- HighchartsPyramidSeriesDataAccessibilityOptions? accessibility,
- String? className,
- String? color,
- double? colorIndex,
- Map<String, dynamic> ? custom,
- HighchartsPyramidSeriesDataDataLabelsOptions? dataLabels,
- String? description,
- HighchartsPyramidSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsPyramidSeriesDataEventsOptions? events,
- String? id,
- double? labelrank,
- double? legendIndex,
- String? name,
- bool? selected,
- double? y,
An array of data points for the series. For the pyramid series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highcharts/series.pyramid.data
Implementation
HighchartsPyramidSeriesDataOptions(
    {this.accessibility,
    this.className,
    this.color,
    this.colorIndex,
    this.custom,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.drilldown,
    this.events,
    this.id,
    this.labelrank,
    this.legendIndex,
    this.name,
    this.selected,
    this.y});