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
1- Create LineChartView object.
2- Set its data, and notifyDataSetChanged()
3- Select a data point on the LineChartView.
4- Set its data with empty LineChartData this time, like this: LineChartData.init(dataSets: [])
5- notifyDataSetChanged()
What did you do?
1- Create LineChartView object.
2- Set its data, and notifyDataSetChanged()
3- Select a data point on the LineChartView.
4- Set its data with empty
LineChartData
this time, like this:LineChartData.init(dataSets: [])
5- notifyDataSetChanged()
What did you expect to happen?
No crash because of empty
LineChartData
What happened instead?
Crash
Charts Environment
Charts version/Branch/Commit Number:
Latest
Xcode version:
10.1
Swift version:
4.2
Platform(s) running Charts:
iOS
The text was updated successfully, but these errors were encountered: