Fix extraneous space at the bottom of the week steps chart

master
cpfeiffer 2016-10-04 00:04:04 +02:00
parent eccf9164f6
commit f35f76a42b
1 changed files with 2 additions and 0 deletions

View File

@ -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);