Skip to content

Commit f010f05

Browse files
authored
Merge pull request #201 from lauri-codes/master
Added support for the onRelayouting event.
2 parents 538eac5 + b83f492 commit f010f05

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
@@ -22,6 +22,7 @@ const eventNames = [
2222
'LegendClick',
2323
'LegendDoubleClick',
2424
'Relayout',
25+
'Relayouting',
2526
'Restyle',
2627
'Redraw',
2728
'Selected',
@@ -38,6 +39,7 @@ const updateEvents = [
3839
'plotly_restyle',
3940
'plotly_redraw',
4041
'plotly_relayout',
42+
'plotly_relayouting',
4143
'plotly_doubleclick',
4244
'plotly_animated',
4345
];

0 commit comments

Comments
 (0)