TWRCharts icon indicating copy to clipboard operation
TWRCharts copied to clipboard

An iOS wrapper for ChartJS. Easily build animated charts by leveraging the power of native Obj-C code.

Results 13 TWRCharts issues
Sort by recently updated
recently updated
newest added

I create TWRDataSet: `TWRDataSet *set = [[TWRDataSet alloc] initWithDataPoints:points fillColor:color strokeColor:[UIColor clearColor] pointColor:[UIColor clearColor] pointStrokeColor:[UIColor clearColor]];` On iOS 7.0 the dots not disappeared. I was try to update library from...

Fix bug, when start Demo - Line chart is selected, but PolarChart showing. Add custom method for loading chart from string. Add documentation Use this method and add Polar chart...

Thank you very much for this piece of software which looks great, I just wanted to know whether you plan to add labels to the circular chart anytime soon?