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

Function dragScrollBox

test/jasmine/tests/updatemenus_test.js:1358–1362  ·  view source on GitHub ↗
(node, deltaX, deltaY)

Source from the content-addressed store, hash-verified

1356 }
1357
1358 function dragScrollBox(node, deltaX, deltaY) {
1359 var position = getCenter(node);
1360
1361 drag(node, position.x, position.y, deltaX, deltaY);
1362 }
1363
1364 function dragScrollBar(node, position, deltaX, deltaY) {
1365 drag(node, position.x, position.y, deltaX, deltaY);

Callers 1

Calls 2

getCenterFunction · 0.70
dragFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…