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 using using one custom scroller to show the value of graph. i'm also using
chartView.getEntryByTouchPoint(point: scrollerView.center).
What did you expect to happen?
this works perfectly for one line or one dataSet's line graph but when there is more than one lines then what should i do to get all the lines data at that point.
What happened instead?
It's only returning one of the line entry and not both of them so what should i do to get all of them at the same time or one by one??
Charts Environment
Charts version/Branch/Commit Number:3.2.1 Xcode version:10.1 Swift version:4.2 Platform(s) running Charts:ios macOS version running Xcode:10.13.6
Demo Project
ℹ Please link to or upload a project we can download that reproduces the issue.
The text was updated successfully, but these errors were encountered:
pratik-jaiswal
changed the title
How to get a value from line graph if there is more than one li
How to get a value from line graph if there is more than one lines
Jan 15, 2019
What did you do?
I'm using using one custom scroller to show the value of graph. i'm also using
chartView.getEntryByTouchPoint(point: scrollerView.center).
What did you expect to happen?
this works perfectly for one line or one dataSet's line graph but when there is more than one lines then what should i do to get all the lines data at that point.
What happened instead?
It's only returning one of the line entry and not both of them so what should i do to get all of them at the same time or one by one??
Charts Environment
Charts version/Branch/Commit Number:3.2.1
Xcode version:10.1
Swift version:4.2
Platform(s) running Charts:ios
macOS version running Xcode:10.13.6
Demo Project
ℹ Please link to or upload a project we can download that reproduces the issue.
The text was updated successfully, but these errors were encountered: