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

Function _click

test/jasmine/tests/annotations_test.js:1328–1333  ·  view source on GitHub ↗
(pos, opts)

Source from the content-addressed store, hash-verified

1326 });
1327
1328 function _click(pos, opts) {
1329 return new Promise(function(resolve) {
1330 click(pos[0], pos[1], opts);
1331 setTimeout(resolve, DBLCLICKDELAY * 1.1);
1332 });
1333 }
1334
1335 var pos0Head, pos0, pos1, pos2Head, pos2, clickData;
1336

Callers 1

Calls 1

clickFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…