fix weekly charts to start y axis at 0

here
Andreas Shimokawa 2016-11-24 22:26:54 +01:00
parent 7da328d5db
commit 84caf22479
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ public class WeekStepsChartFragment extends AbstractChartFragment {
y.setTextColor(CHART_TEXT_COLOR);
y.setDrawZeroLine(true);
y.setSpaceBottom(0);
y.setAxisMinimum(0);
y.setEnabled(true);