Fix extraneous space at the bottom of the week steps chart
This commit is contained in:
parent
eccf9164f6
commit
f35f76a42b
|
@ -194,6 +194,8 @@ public class WeekStepsChartFragment extends AbstractChartFragment {
|
|||
y.setDrawGridLines(false);
|
||||
y.setDrawTopYLabelEntry(false);
|
||||
y.setTextColor(CHART_TEXT_COLOR);
|
||||
y.setDrawZeroLine(true);
|
||||
y.setSpaceBottom(0);
|
||||
|
||||
y.setEnabled(true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue