We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1125f0 commit 3ef6146Copy full SHA for 3ef6146
app/src/main/java/org/emoncms/myapps/chart/DailyBarChart.java
@@ -156,7 +156,7 @@ private void setFormatting() {
156
barChart.getDescription().setEnabled(false);
157
barChart.setNoDataText("");
158
barChart.setTouchEnabled(false);
159
- barChart.setExtraBottomOffset(4);
+ barChart.setExtraBottomOffset(2);
160
161
XAxis xAxis2 = barChart.getXAxis();
162
xAxis2.setPosition(XAxis.XAxisPosition.BOTTOM);
0 commit comments