Skip to content

Commit 724d4e1

Browse files
authored
Merge pull request plotly#75 from plotly/plolty-legend-events
Add onLegendClick and onLegendDoubleClick
2 parents 1122a07 + 8443b50 commit 724d4e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/factory.js

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ const eventNames = [
1919
'DoubleClick',
2020
'Framework',
2121
'Hover',
22+
'LegendClick',
23+
'LegendDoubleClick',
2224
'Relayout',
2325
'Restyle',
2426
'Redraw',

0 commit comments

Comments
 (0)