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

Function _dragRelease

test/jasmine/tests/cartesian_interact_test.js:2383–2387  ·  view source on GitHub ↗
(start, end)

Source from the content-addressed store, hash-verified

2381 }
2382
2383 function _dragRelease(start, end) {
2384 var localEnd = _getLocalPos(gd, end);
2385 _drag(start, end);
2386 mouseEvent('mouseup', localEnd[0], localEnd[1]);
2387 }
2388
2389 function _hover(pos) {
2390 return new Promise(function(resolve, reject) {

Callers 1

Calls 3

mouseEventFunction · 0.85
_getLocalPosFunction · 0.70
_dragFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…