break;
}
}
}
}
pieGraph.getSectors().add(new PieSector("ENABLE", nbEnable, colors.get(0)));
pieGraph.getSectors().add(new PieSector("DISABLE", nbDisable, colors.get(1)));
pieGraph.getSectors().add(new PieSector("FLIP", nbFlip, colors.get(2)));
pieGraph.getSectors().add(new PieSector("NOT_FLIP", notFlip, colors.get(3)));
return pieGraph;
}