kevinzhow

Update

@@ -307,12 +307,8 @@ @@ -307,12 +307,8 @@
307 CGFloat innerGrade; 307 CGFloat innerGrade;
308 308
309 UIBezierPath *progressline = [UIBezierPath bezierPath]; 309 UIBezierPath *progressline = [UIBezierPath bezierPath];
310 - [progressline setLineWidth:chartData.lineWidth];  
311 - [progressline setLineCapStyle:kCGLineCapRound];  
312 - [progressline setLineJoinStyle:kCGLineJoinRound];  
313 310
314 UIBezierPath *pointPath = [UIBezierPath bezierPath]; 311 UIBezierPath *pointPath = [UIBezierPath bezierPath];
315 - [pointPath setLineWidth:chartData.lineWidth];  
316 312
317 313
318 [chartPath insertObject:progressline atIndex:lineIndex]; 314 [chartPath insertObject:progressline atIndex:lineIndex];
@@ -20,8 +20,6 @@ PNChart works on iOS 6.0 and later version and is compatible with ARC projects. @@ -20,8 +20,6 @@ PNChart works on iOS 6.0 and later version and is compatible with ARC projects.
20 You will need LLVM 3.0 or later in order to build PNChart. 20 You will need LLVM 3.0 or later in order to build PNChart.
21 21
22 22
23 -  
24 -  
25 ## Usage 23 ## Usage
26 24
27 ### Cocoapods 25 ### Cocoapods