Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
PNChart
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
kevinzhow
2014-05-05 17:10:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0ac40d58cbcb5bbf73febea34e847e36b44fc7b8
0ac40d58
1 parent
8830dafc
Fix color
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
PNChartDemo/PCChartsTableViewController.m
PNChartDemo/PCChartsTableViewController.m
View file @
0ac40d5
...
...
@@ -158,7 +158,7 @@
NSArray
*
items
=
@[[
PNPieChartDataItem
dataItemWithValue
:
10
color
:
PNRed
],
[
PNPieChartDataItem
dataItemWithValue
:
20
color
:
PN
Blue
description
:
@"WWDC"
],
[
PNPieChartDataItem
dataItemWithValue
:
20
color
:
PN
TwitterColor
description
:
@"WWDC"
],
[
PNPieChartDataItem
dataItemWithValue
:
40
color
:
PNGreen
description
:
@"GOOL I/O"
],
];
...
...
Please
register
or
login
to post a comment