chasseurmic / TWRCharts

An iOS wrapper for ChartJS. Easily build animated charts by leveraging the power of native Obj-C code.
MIT License
360 stars 51 forks source link

Can't hide points on iOS 7.0 (7.1 works fine) #13

Open skywinder opened 10 years ago

skywinder commented 10 years ago

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 https://github.com/nnnick/Chart.js/ But it's not working too, and also can't represent negative values in line chart. Tiedy to update js from https://github.com/FVANCOP/ChartNew.js, but results the same. iOS 7.0: screen shot 2014-07-28 at 09 17 40

iOS 7.1: screen shot 2014-07-28 at 09 18 08

skywinder commented 10 years ago

Here is related issue in ChartNew.js repo: https://github.com/FVANCOP/ChartNew.js/issues/105