Details
Description
If you create a NumberAxis and don't call axis.setSide on the Axis before showing it, a NullPointerException will be logged at javafx.scene.chart.Axis.layoutChildren(Axis.java:753) when the scene containing the NumberAxis is first shown.