core-plot barchart does not work!!
- by user355068
Hello~
I try to draw bar chart!!
numberForPlot is not good work, only CPBarPlotFieldBarLength set.
-(NSNumber *)numberForPlot: (CPPlot *)plot field:(NSUInteger)fieldEnum recordIndex:(NSUInteger)index {
NSDecimalNumber *num = nil;
NSString *key = (fieldEnum == CPScatterPlotFieldX) ? @"x" : @"y";
if ( [plot isKindOfClass:[CPBarPlot…