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

Is that possible to dynamically refresh/update the rendered items as mouse scroll? #204

Open
bfang711 opened this issue Jan 25, 2018 · 0 comments

Comments

@bfang711
Copy link

The project I've been working on is to show plots of a very long time series. Since it is too long and the data is big, the customer wants to load in the data on fly and wrap the plots into different lines.
As one example,
24hr data => 24 pages (view screens) for one page per hr => 6 plots (in a vertical list) for one plot per 10mins.

  1. since the plots are all the same size, I can definitely use type="uniform" and I know how many plots I need in total ( 6x24 ), even though not all of them are in view screen.
  2. At initial, only 1st hr of data being loaded and 1st screen (6 plots) being fully rendered, while the other screens/plots are empty.
  3. As mouse scrolls down, the index changes, based on which the new data will be loaded in, (the old data is deleted ) and the new plots will be fully rendered, while the ones out of the view screen will become "blank".

I wonder if react-list or some similar library/plug-in can help me accomplish this task?

Note Briefly, the only thing I am worrying about is that if the rendereditems in the list can be programatically rerendered when mouse scrolls down.

thank you

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