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

Function shiftClickSecondBin

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

Source from the content-addressed store, hash-verified

569 function clickFirstBinImmediately() { return _immediateClickPt({ x: 141, y: 358 }); }
570 function clickFirstBin() { return _click(141, 358); }
571 function shiftClickSecondBin() { return _click(239, 330, { shiftKey: true }); }
572 function shiftClickThirdBin() { return _click(351, 347, { shiftKey: true }); }
573 });
574

Callers 1

select_test.jsFile · 0.85

Calls 1

_clickFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…