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

onLoadMore is not triggered when panning to the right #688

Open
johanhenriksson opened this issue Dec 12, 2018 · 0 comments
Open

onLoadMore is not triggered when panning to the right #688

johanhenriksson opened this issue Dec 12, 2018 · 0 comments

Comments

@johanhenriksson
Copy link

The onLoadMore callback is not triggered when panning to the right, and looking at the code it looks like this is the intended behaviour. Is there any reason for this? It seems to me that this is a missing feature, and something I need for myself.

As an example use case, I need to have controls to jump to a specific date/time. The chart should then be able to automatically load new data when panning both forwards and backwards from this point.

I'm considering fixing it and submitting a pull request. If so, any thoughts on how it should be implemented? Right now I'm thinking perhaps it should be a new callback in order to avoid breaking existing behaviour. Maybe it could be called something like onLoadAfter instead.

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

1 participant