data property
An array of data points for the series. For the packedbubble
series type,
points can be given in the following ways:
-
An array of
values
. -
An array of objects with named values. The objects are point configuration objects as seen below. If the total number of data points exceeds the series' turboThreshold, this option is not available.
API Docs: https://api.highcharts.com/highcharts/series.packedbubble.data
Implementation
List<List<dynamic>>? data;