hetpin

Results 3 comments of hetpin

Very interesting, and should be merged after passing all tests.

@lidgardo Can you explain in details how to customize Y-axis. Honestly, I tried to read your comments above, but still can not implement. I worked with ChartYAxisValueFormatter Android version. I'm...

Thanks for help, I ended up with a simple customization of NSNumberFormatter. In short, I subclassed NSNumberFormatter and override two methods: - (id)init; and - (NSString *)stringForObjectValue:(id const)aObj; Simple and...