wear empty label needed

This commit is contained in:
AdrianLxM 2018-03-04 15:41:32 +01:00
parent d500b15947
commit 2f40feef65

View file

@ -456,7 +456,7 @@ public class BgGraphBuilder {
xAxisValues.add(new AxisValue(fuzz(hourTick)).setLabel(timeFormat.format(hourTick))); xAxisValues.add(new AxisValue(fuzz(hourTick)).setLabel(timeFormat.format(hourTick)));
} else { } else {
//don't print hour label if too close to now to avoid overlaps //don't print hour label if too close to now to avoid overlaps
xAxisValues.add(new AxisValue(fuzz(hourTick))); xAxisValues.add(new AxisValue(fuzz(hourTick)).setLabel(""));
} }
//increment by one hour //increment by one hour