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

Function clickBox

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

Source from the content-addressed store, hash-verified

601 function clickPtImmediately() { return _immediateClickPt({ x: 610, y: 342 }); }
602 function clickPt() { return _clickPt({ x: 610, y: 342 }); }
603 function clickBox() { return _clickPt({ x: 565, y: 329 }); }
604 });
605
606 describe('is disabled when clickmode does not include \'select\'', function() {

Callers 1

select_test.jsFile · 0.85

Calls 1

_clickPtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…