data property

List<List>? data
getter/setter pair

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:

Example:

If all points additionally have the x values, and xAxis type is set to datetime, then events are laid out on a true time axis, where their placement reflects the actual time between them.

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

Implementation

List<List<dynamic>>? data;