Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -158,7 +158,7 @@ | @@ -158,7 +158,7 @@ | ||
| 158 | 158 | ||
| 159 | 159 | ||
| 160 | NSArray *items = @[[PNPieChartDataItem dataItemWithValue:10 color:PNRed], | 160 | NSArray *items = @[[PNPieChartDataItem dataItemWithValue:10 color:PNRed], |
| 161 | - [PNPieChartDataItem dataItemWithValue:20 color:PNBlue description:@"WWDC"], | 161 | + [PNPieChartDataItem dataItemWithValue:20 color:PNTwitterColor description:@"WWDC"], |
| 162 | [PNPieChartDataItem dataItemWithValue:40 color:PNGreen description:@"GOOL I/O"], | 162 | [PNPieChartDataItem dataItemWithValue:40 color:PNGreen description:@"GOOL I/O"], |
| 163 | ]; | 163 | ]; |
| 164 | 164 |
-
Please register or login to post a comment