MCPcopy Create free account
hub / github.com/plotly/plotly.js / select

Function select

test/jasmine/tests/scatterpolargl_test.js:35–41  ·  view source on GitHub ↗
(gd, path)

Source from the content-addressed store, hash-verified

33}
34
35function select(gd, path) {
36 return new Promise(function(resolve, reject) {
37 gd.once('plotly_selected', resolve);
38 setTimeout(function() { reject('did not trigger *plotly_selected*');}, 200);
39 drag(gd, path);
40 });
41}
42
43describe('Test scatterpolargl hover:', function() {
44 var gd;

Callers 1

Calls 1

dragFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…