Closed magland closed 3 months ago
This leads to some jittering during scrolling for me, as the top row of histograms will un-render and cause you to scroll back up briefly.
We're using the "show more" pattern in the draws table, I think it makes sense to do the same here.
This leads to some jittering during scrolling for me, as the top row of histograms will un-render and cause you to scroll back up briefly.
We're using the "show more" pattern in the draws table, I think it makes sense to do the same here.
Okay I'll work on that
A possible solution to #201 that doesn't involve a "show more" button: only renders the plot if the element is visible. Uses package react-visibility-sensor.
One note, I had to hard-code a height=200px div in the case of not visible in order for this to work. I'm sure there's a better workaround.