flekschas / regl-scatterplot

Scalable WebGL-based scatter plot library build with Regl
https://flekschas.github.io/regl-scatterplot/
MIT License
192 stars 24 forks source link

fix mousePosition #50

Closed japrescott closed 3 years ago

japrescott commented 3 years ago

When the scatterplot is within an element with some margin/padding to the top and the page is scrollable, then the lasso was misplaced. This has to do that the lasso being drawn relative to the canvas and not to the window. Removing window.scrollX/Y lets the lasso be drawn regardless of how far you have scrolled

flekschas commented 3 years ago

Thanks a lot for the PR! I noticed that issue recently and was about to have a look at it. I'll give it a try.

japrescott commented 3 years ago

Gern geschehen :) And thank you very much for this awesome scatterplot! :)