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

Function updateZoombox

src/plots/cartesian/dragbox.js:1185–1190  ·  view source on GitHub ↗
(zb, corners, box, path0, dimmed, lum)

Source from the content-addressed store, hash-verified

1183}
1184
1185function updateZoombox(zb, corners, box, path0, dimmed, lum) {
1186 zb.attr('d',
1187 path0 + 'M' + (box.l) + ',' + (box.t) + 'v' + (box.h) +
1188 'h' + (box.w) + 'v-' + (box.h) + 'h-' + (box.w) + 'Z');
1189 transitionZoombox(zb, corners, dimmed, lum);
1190}
1191
1192function transitionZoombox(zb, corners, dimmed, lum) {
1193 if(!dimmed) {

Callers 1

zoomMoveFunction · 0.85

Calls 1

transitionZoomboxFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…