We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ada702 commit b83f492Copy full SHA for b83f492
src/factory.js
@@ -22,6 +22,7 @@ const eventNames = [
22
'LegendClick',
23
'LegendDoubleClick',
24
'Relayout',
25
+ 'Relayouting',
26
'Restyle',
27
'Redraw',
28
'Selected',
@@ -38,6 +39,7 @@ const updateEvents = [
38
39
'plotly_restyle',
40
'plotly_redraw',
41
'plotly_relayout',
42
+ 'plotly_relayouting',
43
'plotly_doubleclick',
44
'plotly_animated',
45
];
0 commit comments