data property

List<double> data
final

List of values to be represented by the sparkline.

Each data entry represents an individual point on the chart, with a path drawn connecting the consecutive points to form the sparkline.

The values are normalized to fit within the bounds of the chart.

Implementation

final List<double> data;