We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dbf97 commit dd77ab3Copy full SHA for dd77ab3
README.md
@@ -157,6 +157,7 @@ Event handlers for specific [`plotly.js` events](https://plot.ly/javascript/plot
157
| `onAnimationInterrupted` | `Function` | `plotly_animationinterrupted` |
158
| `onAutoSize` | `Function` | `plotly_autosize` |
159
| `onBeforeExport` | `Function` | `plotly_beforeexport` |
160
+| `onBeforeHover` | `Function` | `plotly_beforehover` |
161
| `onButtonClicked` | `Function` | `plotly_buttonclicked` |
162
| `onClick` | `Function` | `plotly_click` |
163
| `onClickAnnotation` | `Function` | `plotly_clickannotation` |
src/factory.js
@@ -12,6 +12,7 @@ const eventNames = [
12
'AnimationInterrupted',
13
'AutoSize',
14
'BeforeExport',
15
+ 'BeforeHover',
16
'ButtonClicked',
17
'Click',
18
'ClickAnnotation',
0 commit comments