.highlightValue gives diffrent values with dataSetIndex
Open
- Dominant language
- Swift
- Stars
- 28k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to add marker manually on launch of Scatter graph.
I am using `chartView.highlightValue(x: 7, y: 9, dataSetIndex: 1, callDelegate: false)`
but gives diffrent points on graph based on diffrent type of data. What is relation of dataSetIndex here ?
What i am looking for is to stick the marker on `x: 7, y: 9`.
Please suggest how can i achieve it?
Contributor guide
Assessment
This issue has not been assessed yet.