Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to port calls to getEntriesAtIndex #1709

Closed
rlimberger opened this issue Oct 24, 2016 · 2 comments
Closed

how to port calls to getEntriesAtIndex #1709

rlimberger opened this issue Oct 24, 2016 · 2 comments

Comments

@rlimberger
Copy link

I am porting a project to 3.0 that made calls to getEntriesAtIndex on a line chart. what is the new way to do this in 3.0? looking at the BarLineChartViewBas i see getEntryByTouchPoint, which returns an entry, but no equivalent API that works with indexes.

Thank you.

@liuxuan30
Copy link
Member

liuxuan30 commented Oct 27, 2016

:( do you remember what getEntriesAtIndex is for? And who's the caller? I don't have 2.x version on my hand right now.

@danielgindi
Copy link
Collaborator

There are no indexes anymore, there are values. You can call entriesForXValue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants