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

Function selectDrag

test/jasmine/tests/select_test.js:1509–1513  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1507 var selectPath = [[175, 175], [225, 225]];
1508
1509 function selectDrag() {
1510 resetEvents(gd);
1511 drag(selectPath);
1512 return selectedPromise;
1513 }
1514
1515 function assertSelectedPointNumbers(pointNumbers) {
1516 var pts = selectedData.points;

Callers

nothing calls this directly

Calls 2

resetEventsFunction · 0.85
dragFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…