You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this problem,if "val" about 25000000~30000000,and run next code:
[values addObject:[[ChartDataEntry alloc] initWithX:i y:val]]; leftY-Axis inaccuracy。
I think y_axis label order is 1000,0000 、2000,0000 、3000,0000 、4000,0000。
but the result is wrong order 999,9999 、1999,9998 、2999,9997 、3999,9996。
self.LineChartView.rightAxis.enabled = NO; ChartYAxis *leftAxis = self.LineChartView.leftAxis; leftAxis.forceLabelsEnabled = NO; leftAxis.axisMinimum = 0;
if "val" about 25000000~30000000,and run next code:
![img_7452](https://user-images.githubusercontent.com/9676945/50389487-cd5c9980-0765-11e9-8f55-a66136ce0a57.jpg)
[values addObject:[[ChartDataEntry alloc] initWithX:i y:val]];
leftY-Axis inaccuracy。please help
The text was updated successfully, but these errors were encountered: