From 006bc2ca18a0f3004f29f048dd038c795a9b185a Mon Sep 17 00:00:00 2001 From: Manuel Adameit Date: Fri, 21 Jun 2019 12:41:56 +0200 Subject: [PATCH] Remove event "plotly_relayouting" with wrong data. Although a new update is computed it is not applied until zooming using the zoombox is finished. --- src/plots/cartesian/dragbox.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plots/cartesian/dragbox.js b/src/plots/cartesian/dragbox.js index 31c795b011d..150bffcb999 100644 --- a/src/plots/cartesian/dragbox.js +++ b/src/plots/cartesian/dragbox.js @@ -410,7 +410,6 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) { updateZoombox(zb, corners, box, path0, dimmed, lum); computeZoomUpdates(); - gd.emit('plotly_relayouting', updates); dimmed = true; }