Trying to make merge official.

main
Michael 9 years ago
parent a666eeef83
commit 028ea2dcce

@ -46,6 +46,7 @@ public class PieGraphController extends Controller {
//Gives the data to the graph. //Gives the data to the graph.
if (useddata.keySet().size() > 250 && currentsession.getForceGraph()){ if (useddata.keySet().size() > 250 && currentsession.getForceGraph()){
replaceSceneContent(SceneCode.CHART_ERROR); replaceSceneContent(SceneCode.CHART_ERROR);
} }
else{ else{
pieGraph.setData(pieChartData); pieGraph.setData(pieChartData);

Loading…
Cancel
Save