2D grid data for ChartType.heatmap.
List<List<double>> get grid => _grid;
set grid(List<List<double>> value) { _grid = value; notifyListeners(); }