MCPcopy Create free account
hub / github.com/plotly/plotly.js / zoomDone

Function zoomDone

src/plots/polar/polar.js:1041–1051  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1039 }
1040
1041 function zoomDone() {
1042 dragBox.removeZoombox(gd);
1043
1044 if(r0 === null || r1 === null) return;
1045 var updateObj = {};
1046 computeZoomUpdates(updateObj);
1047
1048 dragBox.showDoubleClickNotifier(gd);
1049
1050 Registry.call('_guiRelayout', gd, updateObj);
1051 }
1052
1053 function computeZoomUpdates(update) {
1054 var rl = radialAxis._rl;

Callers

nothing calls this directly

Calls 1

computeZoomUpdatesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…