chart property

List<double>? chart
final

The sparkline's data points, or null when the server sent none. An empty list is a chart with zero points this period — a normal state the sparkline draws as nothing — not a stand-in for "no chart".

Implementation

final List<double>? chart;