Incorrect element is highlighted
Open
- Dominant language
- Swift
- Stars
- 28k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to troubleshoot an issue with incorrect highlighting for some specific elements. Here you have a video capture of the strange behavior
https://www.screencast.com/t/31G7TgN8r
Notice that when I tap on 3AM, 4AM is highlighted.
This is a `LineChartView` with different data sets to be able to fill chart with multiple colors.
I have no problems to add any relevant code but not sure where to start. Logic for highlighting is the standard, I have a `ChartViewDelegate` where I see on method `ChartValueSelected` that the entry selected is `x = 3` when I'm tapping on `x = 2`
Contributor guide
Assessment
This issue has not been assessed yet.