groupedData property

Map<double, List<ChartDataSet>>? groupedData
final

Pre-calculated grouped data for optimization.

If provided, avoids re-calculating groups in the paint method.

Implementation

final Map<double, List<ChartDataSet>>? groupedData;