Small chart layout fix
This commit is contained in:
parent
0075f5fe73
commit
6580042a6b
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ public class SelectedGPXFragment extends OsmAndListFragment {
|
||||||
yAxis.setDrawAxisLine(false);
|
yAxis.setDrawAxisLine(false);
|
||||||
yAxis.setPosition(YAxis.YAxisLabelPosition.INSIDE_CHART);
|
yAxis.setPosition(YAxis.YAxisLabelPosition.INSIDE_CHART);
|
||||||
yAxis.setXOffset(16f);
|
yAxis.setXOffset(16f);
|
||||||
yAxis.setYOffset(-8f);
|
yAxis.setYOffset(-6f);
|
||||||
|
|
||||||
Legend legend = mChart.getLegend();
|
Legend legend = mChart.getLegend();
|
||||||
legend.setEnabled(false);
|
legend.setEnabled(false);
|
||||||
|
|
Loading…
Reference in a new issue