Skip to content

Commit 724d4e1

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/factory.js

Lines changed: 2 additions & 0 deletions
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)