wear empty label needed
This commit is contained in:
parent
d500b15947
commit
2f40feef65
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue