kevinzhow

Update

... ... @@ -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];
... ...
... ... @@ -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
... ...