GraphKit icon indicating copy to clipboard operation
GraphKit copied to clipboard

titleForBarAtIndex on Bar Graph not treated as Optional

Open khoogheem opened this issue 10 years ago • 0 comments

the datasource delegate specifies

@optional
- (UIColor *)colorForBarAtIndex:(NSInteger)index;
- (UIColor *)colorForBarBackgroundAtIndex:(NSInteger)index;
- (CFTimeInterval)animationDurationForBarAtIndex:(NSInteger)index;

- (NSString *)titleForBarAtIndex:(NSInteger)index;

however in it is being treated as required in the code..

khoogheem avatar Feb 07 '15 20:02 khoogheem