values property

List<double> get values

Implementation

List<double> get values =>
    (base.data ?? []).map(ChartDataValueReader.yValue).toList();