We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2106b commit 3b12f92Copy full SHA for 3b12f92
ChartsDemo/Classes/Demos/MultipleBarChartViewController.m
@@ -124,7 +124,7 @@ - (void)setDataCount:(int)count range:(double)range
124
NSMutableArray *dataSets = [[NSMutableArray alloc] init];
125
[dataSets addObject:set1];
126
[dataSets addObject:set2];
127
- //[dataSets addObject:set3];
+ [dataSets addObject:set3];
128
129
BarChartData *data = [[BarChartData alloc] initWithXVals:xVals dataSets:dataSets];
130
data.groupSpace = 0.8;
0 commit comments