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

Function doubleClick

test/jasmine/tests/click_test.js:53–57  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

51 afterEach(destroyGraphDiv);
52
53 function doubleClick(x, y) {
54 return doubleClickRaw(x, y).then(function() {
55 return Plots.previousPromises(gd);
56 });
57 }
58
59 describe('click events', function() {
60 var futureData, clickPassthroughs, contextPassthroughs;

Callers 10

ternary_test.jsFile · 0.70
_doubleClickFunction · 0.70
_doubleClickFunction · 0.70
splom_test.jsFile · 0.70
click_test.jsFile · 0.70
select_test.jsFile · 0.70
_runFunction · 0.70
doDblClickFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…