8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f919e5 + b006c0c commit 679345fCopy full SHA for 679345f
README.md
@@ -180,6 +180,7 @@ Event handlers for specific [`plotly.js` events](https://plot.ly/javascript/plot
180
| `onTransitioning` | `Function` | `plotly_transitioning` |
181
| `onTransitionInterrupted` | `Function` | `plotly_transitioninterrupted` |
182
| `onUnhover` | `Function` | `plotly_unhover` |
183
+| `onWebGlContextLost` | `Function` | `plotly_webglcontextlost` |
184
185
## Customizing the `plotly.js` bundle
186
src/factory.js
@@ -35,6 +35,7 @@ const eventNames = [
35
'Transitioning',
36
'TransitionInterrupted',
37
'Unhover',
38
+ 'WebGlContextLost',
39
];
40
41
const updateEvents = [
0 commit comments