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

Function shiftClickThirdBin

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

Source from the content-addressed store, hash-verified

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
575 it('ignores clicks on boxes in a box trace type', function(done) {

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…