164165166167168169170171
activeP = m; } } data[y] = new RegionData(label, activeP, values); } GraphConfiguration config = new GraphConfiguration(); return new Graph(width, height, data, config); }
256257258259260261262263
activeMonth = m; } } yearRD[y] = new RegionData(label, activeMonth, values); } GraphConfiguration config = new GraphConfiguration(); return new Graph(width, height, yearRD, config); }