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

Function resetAndLasso

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

Source from the content-addressed store, hash-verified

1264 }
1265
1266 function resetAndLasso() {
1267 resetEvents(gd);
1268 drag(lassoPath);
1269 return selectedPromise;
1270 }
1271
1272 function checkPointCount(cnt, msg) {
1273 expect((selectedData.points || []).length).toBe(cnt, msg);

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…