MCPcopy
hub / github.com/plotly/plotly.js / _click

Function _click

test/jasmine/tests/smith_test.js:265–269  ·  view source on GitHub ↗
(pos, opts)

Source from the content-addressed store, hash-verified

263 }
264
265 function _click(pos, opts) {
266 eventData = '';
267 gd._mouseDownTime = 0;
268 click(pos[0], pos[1], opts);
269 }
270
271 function _doubleClick(pos) {
272 gd._mouseDownTime = 0;

Callers 1

smith_test.jsFile · 0.70

Calls 1

clickFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…