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
Hello everyone, i used a BarChartView inside a UITableViewCell, I have two section in my UITableView and 1 row for section, the BarChart in first section have 4 index, chart in second section got 3 index, every time i reload the view i reload the UITableView with new data for my charts and i got the error on line 790 (let range = e.ranges?[high.stackIndex]) of file BarChartRendererFatal error: index out of range
This error doesn't appear every time, but only after few times i reload my view.
What did you expect to happen?
The view to reload normally without crash
What happened instead?
The app crash in that line
Charts Environment
Charts version/Branch/Commit Number: 3.3.0 Xcode version: 10.2.1 Swift version: 5 Platform(s) running Charts: Every iPad macOS version running Xcode: Mojave 10.14.5
Demo Project
I can't give you the repository because it's a work project and i can't share it, but I can show some images
The text was updated successfully, but these errors were encountered:
Have your tried anything like calling chart.clear() or just re-set the chartData. normally it's beyond our scope to answer this. It's your duty to figure out what's causing the OOB situation.
What did you do?
Hello everyone, i used a
BarChartView
inside aUITableViewCell
, I have two section in myUITableView
and 1 row for section, the BarChart in first section have 4 index, chart in second section got 3 index, every time i reload the view i reload the UITableView with new data for my charts and i got the error on line 790 (let range = e.ranges?[high.stackIndex]
) of fileBarChartRenderer
Fatal error: index out of range
This error doesn't appear every time, but only after few times i reload my view.
What did you expect to happen?
The view to reload normally without crash
What happened instead?
The app crash in that line
Charts Environment
Charts version/Branch/Commit Number: 3.3.0
Xcode version: 10.2.1
Swift version: 5
Platform(s) running Charts: Every iPad
macOS version running Xcode: Mojave 10.14.5
Demo Project
I can't give you the repository because it's a work project and i can't share it, but I can show some images
The text was updated successfully, but these errors were encountered: