Merge pull request #135 from onevcat/fix/readme-method-name
Update method name
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -88,7 +88,7 @@ PNBarChart * barChart = [[PNBarChart alloc] initWithFrame:CGRectMake(0, 135.0, S | @@ -88,7 +88,7 @@ PNBarChart * barChart = [[PNBarChart alloc] initWithFrame:CGRectMake(0, 135.0, S | ||
| 88 | 88 | ||
| 89 | //For Circle Chart | 89 | //For Circle Chart |
| 90 | 90 | ||
| 91 | -PNCircleChart * circleChart = [[PNCircleChart alloc] initWithFrame:CGRectMake(0, 80.0, SCREEN_WIDTH, 100.0) andTotal:[NSNumber numberWithInt:100] andCurrent:[NSNumber numberWithInt:60] andClockwise:NO]; | 91 | +PNCircleChart * circleChart = [[PNCircleChart alloc] initWithFrame:CGRectMake(0, 80.0, SCREEN_WIDTH, 100.0) total:[NSNumber numberWithInt:100] current:[NSNumber numberWithInt:60] clockwise:NO shadow:NO]; |
| 92 | circleChart.backgroundColor = [UIColor clearColor]; | 92 | circleChart.backgroundColor = [UIColor clearColor]; |
| 93 | [circleChart setStrokeColor:PNGreen]; | 93 | [circleChart setStrokeColor:PNGreen]; |
| 94 | [circleChart strokeChart]; | 94 | [circleChart strokeChart]; |
-
Please register or login to post a comment