Skip to content

Commit

Permalink
Change PieChart demo label color for legibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rofreg committed Apr 12, 2016
1 parent 81767f0 commit c22d13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChartsDemo/Classes/Demos/PieChartViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ - (void)setDataCount:(int)count range:(double)range
pFormatter.percentSymbol = @" %";
[data setValueFormatter:pFormatter];
[data setValueFont:[UIFont fontWithName:@"HelveticaNeue-Light" size:11.f]];
[data setValueTextColor:UIColor.whiteColor];
[data setValueTextColor:UIColor.blackColor];

_chartView.data = data;
[_chartView highlightValues:nil];
Expand Down

0 comments on commit c22d13c

Please sign in to comment.