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

Function removeZoombox

src/plots/cartesian/dragbox.js:1204–1208  ·  view source on GitHub ↗
(gd)

Source from the content-addressed store, hash-verified

1202}
1203
1204function removeZoombox(gd) {
1205 d3.select(gd)
1206 .selectAll('.zoombox,.js-zoombox-backdrop,.js-zoombox-menu,.zoombox-corners')
1207 .remove();
1208}
1209
1210function showDoubleClickNotifier(gd) {
1211 if(SHOWZOOMOUTTIP && gd.data && gd._context.showTips) {

Callers 2

clickFnFunction · 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…