Skip to content

Commit

Permalink
Disable reports summary labels
Browse files Browse the repository at this point in the history
  • Loading branch information
aint committed Nov 13, 2015
1 parent 409114e commit 05ea058
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public void onActivityCreated(@Nullable Bundle savedInstanceState) {

mChart.setCenterTextSize(PieChartFragment.CENTER_TEXT_SIZE);
mChart.setDescription("");
mChart.setDrawSliceText(false);
mChart.getLegend().setEnabled(true);
mChart.getLegend().setWordWrapEnabled(true);
mChart.getLegend().setForm(LegendForm.CIRCLE);
Expand Down

0 comments on commit 05ea058

Please sign in to comment.