You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I make use of WebGL graphs and will sometimes lose the context when interacting with them heavily (i.e. making multiple large scattergl selections consecutively).
It would be very useful to have a handler for the plotly_webglcontextlost event so that users can choose to handle these errors gracefully and redraw their graphs if necessary. It appears to be a fairly straightforward addition.
The text was updated successfully, but these errors were encountered:
I make use of WebGL graphs and will sometimes lose the context when interacting with them heavily (i.e. making multiple large scattergl selections consecutively).
It would be very useful to have a handler for the plotly_webglcontextlost event so that users can choose to handle these errors gracefully and redraw their graphs if necessary. It appears to be a fairly straightforward addition.
The text was updated successfully, but these errors were encountered: