axis.put("colour", super.getColourHex());
axis.put("grid_colour", super.getGridColourHex());
axis.put("offset", offset);
if (max != null) {
axis.put("max", new OFCNumber(max));
}
if (min != null) {
axis.put("min", new OFCNumber(min));
}
if (super.getLabels() != null) {
JSONObject labels = new JSONObject();
labels.put("labels", super.getLabels());