File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ Event handlers for specific [`plotly.js` events](https://plot.ly/javascript/plot
157
157
| ` onAnimationInterrupted ` | ` Function ` | ` plotly_animationinterrupted ` |
158
158
| ` onAutoSize ` | ` Function ` | ` plotly_autosize ` |
159
159
| ` onBeforeExport ` | ` Function ` | ` plotly_beforeexport ` |
160
+ | ` onBeforeHover ` | ` Function ` | ` plotly_beforehover ` |
160
161
| ` onButtonClicked ` | ` Function ` | ` plotly_buttonclicked ` |
161
162
| ` onClick ` | ` Function ` | ` plotly_click ` |
162
163
| ` onClickAnnotation ` | ` Function ` | ` plotly_clickannotation ` |
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const eventNames = [
12
12
'AnimationInterrupted' ,
13
13
'AutoSize' ,
14
14
'BeforeExport' ,
15
+ 'BeforeHover' ,
15
16
'ButtonClicked' ,
16
17
'Click' ,
17
18
'ClickAnnotation' ,
You can’t perform that action at this time.
0 commit comments