fix weekly charts to start y axis at 0
This commit is contained in:
parent
7da328d5db
commit
84caf22479
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue