Skip to content

Commit 3ef6146

Browse files
committed
Revert "increase bottom spaces to fit IT days of week Fixes #36"
This reverts commit 2beb03c.
1 parent b1125f0 commit 3ef6146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/emoncms/myapps/chart/DailyBarChart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ private void setFormatting() {
156156
barChart.getDescription().setEnabled(false);
157157
barChart.setNoDataText("");
158158
barChart.setTouchEnabled(false);
159-
barChart.setExtraBottomOffset(4);
159+
barChart.setExtraBottomOffset(2);
160160

161161
XAxis xAxis2 = barChart.getXAxis();
162162
xAxis2.setPosition(XAxis.XAxisPosition.BOTTOM);

0 commit comments

Comments
 (0)