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.
1 parent 3f919e5 commit b006c0cCopy full SHA for b006c0c
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` | ` 94F6 span>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