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 detect end of chart event? #508

Closed
gal-orlanczyk opened this issue Oct 26, 2015 · 3 comments
Closed

How to detect end of chart event? #508

gal-orlanczyk opened this issue Oct 26, 2015 · 3 comments

Comments

@gal-orlanczyk
Copy link

i am trying to detect end of chart, and couldn't find any event taking care of that.
i need to fetch data once the chart has reached the end and user kept dragging.
the problem is the current translated delegate is keeps getting called as long a the gesture keeps going.
could someone help me find a solution?

Thanks
Gal

@liuxuan30
Copy link
Member

You can customize it a little bit I guess: try to find if the highestVisibleIndex has reach the max value and send a proper message to your delegate? Or there is no more space to scroll;

@liuxuan30
Copy link
Member

closing - No update.
maybe this will be solved when native Realm support rolls out.

@krystianpaszek
Copy link

I'm also interested in that issue, detecting end of the chart would be useful.

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