data property

Map<DateTime, double> data
final

Map of the values that corresponds to the dates.

It is a main source of LineChart data.

If LineChartGridType.undefined is set, then data must contain at least 2 entries.

If LineChartGridType.monthly is set, then data must contain entries with the same month.

Implementation

final Map<DateTime, double> data;