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

Function doDblClick

test/jasmine/tests/cartesian_interact_test.js:327–332  ·  view source on GitHub ↗
(subplot, directions)

Source from the content-addressed store, hash-verified

325 }
326
327 function doDblClick(subplot, directions) {
328 return function() {
329 gd._mouseDownTime = 0; // ensure independence from any previous clicks
330 return doubleClick(getDragger(subplot, directions));
331 };
332 }
333
334 function doScroll(subplot, directions, deltaY, opts) {
335 return function() {

Callers 1

Calls 2

getDraggerFunction · 0.85
doubleClickFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…