Skip to content

Commit

Permalink
Added back the 3rd dataset in demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Jul 26, 2015
1 parent 8d2106b commit 3b12f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChartsDemo/Classes/Demos/MultipleBarChartViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ - (void)setDataCount:(int)count range:(double)range
NSMutableArray *dataSets = [[NSMutableArray alloc] init];
[dataSets addObject:set1];
[dataSets addObject:set2];
//[dataSets addObject:set3];
[dataSets addObject:set3];

BarChartData *data = [[BarChartData alloc] initWithXVals:xVals dataSets:dataSets];
data.groupSpace = 0.8;
Expand Down

0 comments on commit 3b12f92

Please sign in to comment.