Elena
Elena
> Oh nooo! That's an odd one. I'll take a look what might causes this error to be thrown. You mentioned "in the latest version". Does that mean this used...
Looks like repeatedly setting params causes the bug: ``` scatterplot.set({ pointColor: ['#FF0000', '#0000FF', '#008000'], pointSize: 10, opacity: 1, colorBy: "valueA" }); ``` In the Codepen https://codepen.io/Sagva/pen/wvOxvdg that uses `scaterplot.filter([])` and...
Thank you for your time and answer! It was helpful.
In case someone is looking for a solution to handle regl context loss: We couldn't make it work by adding an event listener to the canvas element directly: ``` const...
> You should be able to get the appropriate canvas as follows: This approach doesn't t work either, attached eventListener to `const canvas = scatterPlot?.get('renderer').canvas;` doesn't catch the event.