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

Function getDragger

test/jasmine/tests/cartesian_interact_test.js:316–318  ·  view source on GitHub ↗
(subplot, directions)

Source from the content-addressed store, hash-verified

314 afterEach(destroyGraphDiv);
315
316 function getDragger(subplot, directions) {
317 return document.querySelector('.' + directions + 'drag[data-subplot="' + subplot + '"]');
318 }
319
320 function doDrag(subplot, directions, dx, dy, nsteps) {
321 return function() {

Callers 6

doDragFunction · 0.85
doDblClickFunction · 0.85
doScrollFunction · 0.85
makeDragFnsFunction · 0.85
_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…