Skip to content

Commit cd36675

Browse files
authored
Merge pull request #216 from zoryamba/master
add plotly_beforehover event
2 parents f6dbf97 + dd77ab3 commit cd36675

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Event handlers for specific [`plotly.js` events](https://plot.ly/javascript/plot
157157
| `onAnimationInterrupted` | `Function` | `plotly_animationinterrupted` |
158158
| `onAutoSize` | `Function` | `plotly_autosize` |
159159
| `onBeforeExport` | `Function` | `plotly_beforeexport` |
160+
| `onBeforeHover` | `Function` | `plotly_beforehover` |
160161
| `onButtonClicked` | `Function` | `plotly_buttonclicked` |
161162
| `onClick` | `Function` | `plotly_click` |
162163
| `onClickAnnotation` | `Function` | `plotly_clickannotation` |

src/factory.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const eventNames = [
1212
'AnimationInterrupted',
1313
'AutoSize',
1414
'BeforeExport',
15+
'BeforeHover',
1516
'ButtonClicked',
1617
'Click',
1718
'ClickAnnotation',

0 commit comments

Comments
 (0)