groupedData property
Pre-calculated grouped data for optimization.
If provided, avoids re-calculating groups in the paint method.
Implementation
final Map<double, List<ChartDataSet>>? groupedData;
Pre-calculated grouped data for optimization.
If provided, avoids re-calculating groups in the paint method.
final Map<double, List<ChartDataSet>>? groupedData;