Minor changes
This commit is contained in:
parent
a2ecebca0c
commit
006e62a435
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
include 'MPChartLib'
|
||||
//include 'MPAndroidChart-Realm'
|
||||
include 'MPChartExample'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue