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
I'm having issues with LineChart when using numbers on y axis which differs on second or third decimal place. I can't select point on a graph. No matter which point on graph is selected, only first or last point is selected.
What did you expect to happen?
Point which is selected should be highlighted and selected.
@stas44812 Yes I resolved the issue. Problem was due to unsorted data set. I don’t know logic behind, but when you pass sorted data set (in my case by date), everything works perfectly.
LineChart.zip
What did you do?
I'm having issues with LineChart when using numbers on y axis which differs on second or third decimal place. I can't select point on a graph. No matter which point on graph is selected, only first or last point is selected.
What did you expect to happen?
Point which is selected should be highlighted and selected.
What happened instead?
First or last point is selected.
Charts Environment
Charts version/Branch/Commit Number:
4.1.0
Xcode version:
Xcode 14.3
Swift version:
Swift 5
Platform(s) running Charts:
iOS
macOS version running Xcode:
Demo Project
LineChart.zip
The text was updated successfully, but these errors were encountered: