Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -94,7 +94,7 @@ | @@ -94,7 +94,7 @@ | ||
| 94 | self.titleLabel.text = @"Bar Chart"; | 94 | self.titleLabel.text = @"Bar Chart"; |
| 95 | 95 | ||
| 96 | self.barChart = [[PNBarChart alloc] initWithFrame:CGRectMake(0, 135.0, SCREEN_WIDTH, 200.0)]; | 96 | self.barChart = [[PNBarChart alloc] initWithFrame:CGRectMake(0, 135.0, SCREEN_WIDTH, 200.0)]; |
| 97 | - self.barChart.showLabel = NO; | 97 | +// self.barChart.showLabel = NO; |
| 98 | self.barChart.backgroundColor = [UIColor clearColor]; | 98 | self.barChart.backgroundColor = [UIColor clearColor]; |
| 99 | self.barChart.yLabelFormatter = ^(CGFloat yValue){ | 99 | self.barChart.yLabelFormatter = ^(CGFloat yValue){ |
| 100 | CGFloat yValueParsed = yValue; | 100 | CGFloat yValueParsed = yValue; |
-
Please register or login to post a comment