Charts
Charts copied to clipboard
LineChartRenderer crash.
- [yes] I've read, understood, and done my best to follow the *CONTRIBUTING guidelines.
What did you do?
We're seeing this crash reported in Crashlytics in our Libre3 app:
Crashed: com.apple.main-thread
0 Libre3 0xc04570 LineChartRenderer.drawHighlighted(context:indices:) + 800 (LineChartRenderer.swift:800)
1 Libre3 0xc04650 @objc LineChartRenderer.drawHighlighted(context:indices:) + 1256744 (
The funny part is is that it is calling an empty method:
// Ignore this call since highlighting is drawn along with drawCircles and drawIcons
What did you expect to happen?
No crash.
What happened instead?
Crash.
DGCharts Environment
DGCharts 5.0.0 Xcode 14.3.1 Swift 5.4 iOS
I am getting the same issue in production is there any solution?