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
Charts version/Branch/Commit Number:3.0.4 Xcode version:9.2 Swift version:4.1 Platform(s) running Charts: iOS: 11.0.3 macOS version running Xcode: High Sierra version: 10.13.3
Demo Project
Rare case in working project. Whole project can't be included here.
The text was updated successfully, but these errors were encountered:
I've faced same issue too and I solved it adding range.isNaN control at the AxisRenderBase.swift file 98th line should look like this if labelCount == 0 || range <= 0 || range.isInfinite || range.isNaN
What did you do?
Rare dataset inputs passed to draw.
What did you expect to happen?
Library should manage such case.
What happened instead?
Application is crashed.
Stack Trace:
Charts Environment
Charts version/Branch/Commit Number:3.0.4
Xcode version:9.2
Swift version:4.1
Platform(s) running Charts: iOS: 11.0.3
macOS version running Xcode: High Sierra version: 10.13.3
Demo Project
Rare case in working project. Whole project can't be included here.
The text was updated successfully, but these errors were encountered: