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

Scrolling "out of range" data should be enabled - optionally #4396

Open
leonbloy opened this issue Apr 10, 2024 · 0 comments
Open

Scrolling "out of range" data should be enabled - optionally #4396

leonbloy opened this issue Apr 10, 2024 · 0 comments
Labels
feature-request New feature or request

Comments

@leonbloy
Copy link

Summary

Currently we can zoom out but we cannot scroll (pan) outside the provided data range.
But that is needed when doing lazy/on-demand data loading.

API Changes

Perhaps a new option inside { chart : { zoom : { allowOutOfRange: false } ...

Intended Use Case

When the data is not available in full, but is obtained on demand (subscribing to the zoomed and scrolled events), zooming and panning freely is essential. Currently we can do that only by zooming out (which is itself inconsistent: why would Apex allow us to zoom out of range and not scroll?).

Notice that in other scenarios this behaviour is not desired, so this should be an option
See eg #3603
(not sure about the default).

@leonbloy leonbloy added the feature-request New feature or request label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant