data property

List<List>? data
getter/setter pair

An array of data points for the series. For the xrange series type, points can be given in the following ways:

  1. An array of objects with named values. The objects are point configuration objects as seen below.

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

Implementation

List<List<dynamic>>? data;