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

Function removeZoombox

src/plots/ternary/ternary.js:773–777  ·  view source on GitHub ↗
(gd)

Source from the content-addressed store, hash-verified

771};
772
773function removeZoombox(gd) {
774 d3.select(gd)
775 .selectAll('.zoombox,.js-zoombox-backdrop,.js-zoombox-menu,.zoombox-corners')
776 .remove();
777}

Callers 2

clickZoomPanFunction · 0.70
zoomDoneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…