Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -167,6 +167,7 @@ | @@ -167,6 +167,7 @@ | ||
| 167 | PNPieChart *pieChart = [[PNPieChart alloc] initWithFrame:CGRectMake(40.0, 155.0, 240.0, 240.0) items:items]; | 167 | PNPieChart *pieChart = [[PNPieChart alloc] initWithFrame:CGRectMake(40.0, 155.0, 240.0, 240.0) items:items]; |
| 168 | pieChart.descriptionTextColor = [UIColor whiteColor]; | 168 | pieChart.descriptionTextColor = [UIColor whiteColor]; |
| 169 | pieChart.descriptionTextFont = [UIFont fontWithName:@"Avenir-Medium" size:14.0]; | 169 | pieChart.descriptionTextFont = [UIFont fontWithName:@"Avenir-Medium" size:14.0]; |
| 170 | + pieChart.descriptionTextShadowColor = [UIColor clearColor]; | ||
| 170 | [pieChart strokeChart]; | 171 | [pieChart strokeChart]; |
| 171 | 172 | ||
| 172 | 173 |
-
Please register or login to post a comment