Skip to content

Commit b83f492

Browse files
committed
Added support for the onRelayouting event.
1 parent 0ada702 commit b83f492

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)