1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-25 03:16:51 +01:00

fix weekly charts to start y axis at 0

This commit is contained in:
Andreas Shimokawa 2016-11-24 22:26:54 +01:00
parent 7da328d5db
commit 84caf22479

View File

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