-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime EXC_BAD_ACCESS with barchart whiles zoom in #2709
Comments
Did you changed ChartsDemo or ChartsDemo just crashes? - (NSString *)stringForValue:(double)value
axis:(ChartAxisBase *)axis
{
return months[(int)value % months.count];
} this is found in combined chart, but you are using multiple bar chart I think. Did you copy paste them without other ops? This could be a problem |
Hi, what do you mean by "without other ops" ? |
I managed to replicate and isolate the issue. It seems that this issue only occurs when i'm not using Storyboards. That is i'm using xib Files in the project navigation. Sill would like to find a solution to this bug ? |
I still think you have issue for |
Hi, the content of months is the following:- months = @[ |
mode debug info |
is it possible to disable the zooming on the Graph ? |
try |
thanks but no luck, i also tried the following:- _chartView.doubleTapToZoomEnabled = NO; |
During run time a EXC_BAD_ACCESS dump is experienced while you try to zoom on the chart using Xcode 8.3.3 and ioscharts 3.0.2. The App has no errors, complies and build successfully. Any help will be very much appreciated as i have been days trying to fix this issue.
The text was updated successfully, but these errors were encountered: