From b83f4926a7b530fd35f2cd2c2d70073168f94c26 Mon Sep 17 00:00:00 2001 From: Lauri Himanen Date: Fri, 4 Sep 2020 12:24:37 +0300 Subject: [PATCH] Added support for the onRelayouting event. --- src/factory.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/factory.js b/src/factory.js index 2bfb798..3e1dcb5 100644 --- a/src/factory.js +++ b/src/factory.js @@ -22,6 +22,7 @@ const eventNames = [ 'LegendClick', 'LegendDoubleClick', 'Relayout', + 'Relayouting', 'Restyle', 'Redraw', 'Selected', @@ -38,6 +39,7 @@ const updateEvents = [ 'plotly_restyle', 'plotly_redraw', 'plotly_relayout', + 'plotly_relayouting', 'plotly_doubleclick', 'plotly_animated', ];