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

Function _immediateClickPt

test/jasmine/tests/select_test.js:233–235  ·  view source on GitHub ↗

* Convenient helper to execute a click immediately.

(coords, clickOpts)

Source from the content-addressed store, hash-verified

231 * Convenient helper to execute a click immediately.
232 */
233 function _immediateClickPt(coords, clickOpts) {
234 return _clickPt(coords, clickOpts, true);
235 }
236
237 /**
238 * Asserting selected points.

Callers 4

select_test.jsFile · 0.85
clickFirstBinImmediatelyFunction · 0.85
clickPtImmediatelyFunction · 0.85
_runFunction · 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…