MCPcopy Index your code
hub / github.com/plotly/plotly.js / zoomDone

Function zoomDone

src/plots/cartesian/dragbox.js:448–453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

446 }
447
448 function zoomDone() {
449 computeZoomUpdates();
450 removeZoombox(gd);
451 dragTail();
452 showDoubleClickNotifier(gd);
453 }
454
455 // scroll zoom, on all draggers except corners
456 var scrollViewBox = [0, 0, pw, ph];

Callers

nothing calls this directly

Calls 4

dragTailFunction · 0.85
showDoubleClickNotifierFunction · 0.85
computeZoomUpdatesFunction · 0.70
removeZoomboxFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…