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

Implementing asychronous loading of regions of data for a smoother panning experience #47

Open
Syntaf opened this issue Jul 28, 2015 · 0 comments

Comments

@Syntaf
Copy link
Member

Syntaf commented Jul 28, 2015

The current pan feature is clunky and messy, moving about the plot is painful and takes a large amount of time to load larger sections of data.

A good feature to have would be for the program to asynchronously load an additional set of data, both on the right and left of the view. When the user decides to pan left or right, this preloaded data would be used for panning while a new section would be preloaded for a smoothing viewing experience. If the user began scrolling too fast, it would simply hang on waiting for the asynchronous operation to finish before allowing the user to continue scrolling.

@Syntaf Syntaf added this to the 1.15.3 milestone Jul 28, 2015
@Syntaf Syntaf changed the title Implementing backend loading of regions of data for a smoother panning experience Implementing asychronous loading of regions of data for a smoother panning experience Jul 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant