diff --git a/src/ChartDisplay.java b/src/ChartDisplay.java index aae9c722517409caa3540dfc25455aa3459d7137..49abf1528e7c044365dab271d61457234b6a523b 100644 --- a/src/ChartDisplay.java +++ b/src/ChartDisplay.java @@ -59,7 +59,7 @@ public class ChartDisplay extends HBox { // HBox histogramBox = new HBox(10,histogramLabel,histogramCheck); VBox vBox = new VBox(10,metricsChoice,timeChoice,confirmMetric); - + Group root = new Group(); vBox.setMargin(metricsChoice,new Insets(10,10,10,10)); vBox.setMargin(timeChoice,new Insets(10,10,10,10)); // vBox.setMargin(histogramBox,new Insets(10,10,10,10));