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

Function clickPt

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

Source from the content-addressed store, hash-verified

600
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

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…