Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
773
function
removeZoombox(gd) {
774
d3.select(gd)
775
.selectAll(
'.zoombox,.js-zoombox-backdrop,.js-zoombox-menu,.zoombox-corners'
)
776
.remove();
777
}
Callers
2
clickZoomPan
Function · 0.70
zoomDone
Function · 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…