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

Function _drag

test/jasmine/tests/draw_newselection_test.js:260–262  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

258 allMocks.forEach(function(mockItem) {
259 ['mouse', 'touch'].forEach(function(device) {
260 var _drag = function(path) {
261 return drag(path, {type: device});
262 };
263
264 it('@flaky draw various selection types over mock ' + mockItem.name + ' using ' + device, function(done) {
265 var fig = Lib.extendDeep({}, mockItem.json);

Callers 1

Calls 1

dragFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…