mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-24 19:06:53 +01:00
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
Block a user