HighchartsTimelineSeriesDataOptions constructor
HighchartsTimelineSeriesDataOptions({
- HighchartsTimelineSeriesDataAccessibilityOptions? accessibility,
- String? className,
- String? color,
- double? colorIndex,
- Map<
String, dynamic> ? custom, - List<
HighchartsTimelineSeriesDataDataLabelsOptions> ? dataLabels, - String? description,
- HighchartsTimelineSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsTimelineSeriesDataEventsOptions? events,
- String? id,
- String? label,
- double? labelrank,
- String? name,
- bool? selected,
- dynamic x,
An array of data points for the series. For the timeline
series type, points can be given with three general parameters, name
, label
, and description
:
API Docs: https://api.highcharts.com/highcharts/series.timeline.data
Implementation
HighchartsTimelineSeriesDataOptions(
{this.accessibility,
this.className,
this.color,
this.colorIndex,
this.custom,
this.dataLabels,
this.description,
this.dragDrop,
this.drilldown,
this.events,
this.id,
this.label,
this.labelrank,
this.name,
this.selected,
this.x});