Skip to content

Commit 8b7a1fd

Browse files
andrefarzatnicolaskruchten
authored andcommitted
Updating README.md with onLegendClick (#78)
adding `onLegendClick` and `onLegendDoubleClick` to README.md
1 parent 881c2c1 commit 8b7a1fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ Event handlers for specific [`plotly.js` events](https://plot.ly/javascript/plot
164164
| `onDoubleClick` | `Function` | `plotly_doubleclick` |
165165
| `onFramework` | `Function` | `plotly_framework` |
166166
| `onHover` | `Function` | `plotly_hover` |
167+
| `onLegendClick` | `Function` | `plotly_legendclick` |
168+
| `onLegendDoubleClick` | `Function` | `plotly_legenddoubleclick` |
167169
| `onRelayout` | `Function` | `plotly_relayout` |
168170
| `onRestyle` | `Function` | `plotly_restyle` |
169171
| `onRedraw` | `Function` | `plotly_redraw` |

0 commit comments

Comments
 (0)