Skip to content

Commit

Permalink
Merge pull request #216 from zoryamba/master
Browse files Browse the repository at this point in the history
add plotly_beforehover event
  • Loading branch information
dmt0 authored Nov 30, 2020
2 parents f6dbf97 + dd77ab3 commit cd36675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Event handlers for specific [`plotly.js` events](https://plot.ly/javascript/plot
| `onAnimationInterrupted` | `Function` | `plotly_animationinterrupted` |
| `onAutoSize` | `Function` | `plotly_autosize` |
| `onBeforeExport` | `Function` | `plotly_beforeexport` |
| `onBeforeHover` | `Function` | `plotly_beforehover` |
| `onButtonClicked` | `Function` | `plotly_buttonclicked` |
| `onClick` | `Function` | `plotly_click` |
| `onClickAnnotation` | `Function` | `plotly_clickannotation` |
Expand Down
1 change: 1 addition & 0 deletions src/factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const eventNames = [
'AnimationInterrupted',
'AutoSize',
'BeforeExport',
'BeforeHover',
'ButtonClicked',
'Click',
'ClickAnnotation',
Expand Down

0 comments on commit cd36675

Please sign in to comment.