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-12-18 06:46:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc297b1c784c8eed0d5ca849cbc9eecd64ef6fa6
bc297b1c
1 parent
96490bb6
Update
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
PNChart/PNLineChart.m
README.md
PNChart/PNLineChart.m
View file @
bc297b1
...
...
@@ -307,12 +307,8 @@
CGFloat
innerGrade
;
UIBezierPath
*
progressline
=
[
UIBezierPath
bezierPath
];
[
progressline
setLineWidth
:
chartData
.
lineWidth
];
[
progressline
setLineCapStyle
:
kCGLineCapRound
];
[
progressline
setLineJoinStyle
:
kCGLineJoinRound
];
UIBezierPath
*
pointPath
=
[
UIBezierPath
bezierPath
];
[
pointPath
setLineWidth
:
chartData
.
lineWidth
];
[
chartPath
insertObject
:
progressline
atIndex
:
lineIndex
];
...
...
README.md
View file @
bc297b1
...
...
@@ -20,8 +20,6 @@ PNChart works on iOS 6.0 and later version and is compatible with ARC projects.
You will need LLVM 3.0 or later in order to build PNChart.
## Usage
### Cocoapods
...
...
Please
register
or
login
to post a comment