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

Function clickFirstBinImmediately

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

Source from the content-addressed store, hash-verified

567 .then(done, done.fail);
568
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 }); }

Callers 1

select_test.jsFile · 0.85

Calls 1

_immediateClickPtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…