Ella Sun

Results 3 comments of Ella Sun

``` NSArray *datas = @[@"1237217.19",@"12368623.19",@"12364962.19",@"12366509.19",@"12372256.19",@"12361333.19"]; NSInteger i = 0; for (NSString *str in datas) { double value = [str doubleValue]; [yVals addObject:[[ChartDataEntry alloc] initWithValue:value xIndex:i++]]; } LineChartDataSet *set1 = [[LineChartDataSet...

https://github.com/Sun-Hong/FormatData/blob/master/Test/stuck.gif chart get stuck on loading. I found that when all the data is similar,this problem would appear.