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

Function zoomDone

src/plots/ternary/ternary.js:673–684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

671 }
672
673 function zoomDone() {
674 removeZoombox(gd);
675
676 if(mins === mins0) return;
677
678 Registry.call('_guiRelayout', gd, makeUpdate(mins));
679
680 if(SHOWZOOMOUTTIP && gd.data && gd._context.showTips) {
681 Lib.notifier(_(gd, 'Double-click to zoom back out'), 'long', gd);
682 SHOWZOOMOUTTIP = false;
683 }
684 }
685
686 function panPrep() {
687 mins0 = {

Callers

nothing calls this directly

Calls 2

removeZoomboxFunction · 0.70
makeUpdateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…