kevinzhow

Remove color

@@ -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