Minor changes

This commit is contained in:
Philipp Jahoda 2015-10-13 20:15:18 +02:00
parent a2ecebca0c
commit 006e62a435
2 changed files with 4 additions and 2 deletions

View file

@ -76,11 +76,11 @@ public class PieChartActivity extends DemoBase implements OnSeekBarChangeListene
mChart.setTransparentCircleColor(Color.WHITE);
mChart.setTransparentCircleAlpha(110);
mChart.setHoleRadius(58f);
mChart.setTransparentCircleRadius(61f);
mChart.setDrawCenterText(true);
mChart.setDrawCenterText(true);
mChart.setRotationAngle(0);
// enable rotation of the chart by touch

View file

@ -1,3 +1,5 @@
include 'MPChartLib'
//include 'MPAndroidChart-Realm'
include 'MPChartExample'