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

Function _click

test/jasmine/tests/hover_label_test.js:3375–3383  ·  view source on GitHub ↗
(pos)

Source from the content-addressed store, hash-verified

3373 afterEach(destroyGraphDiv);
3374
3375 function _click(pos) {
3376 return new Promise(function (resolve) {
3377 click(pos[0], pos[1]);
3378
3379 setTimeout(function () {
3380 resolve();
3381 }, HOVERMINTIME);
3382 });
3383 }
3384
3385 function check(pos, expectation, msg) {
3386 Lib.clearThrottle();

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…