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

Function mouseClick

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

Source from the content-addressed store, hash-verified

47}
48
49function mouseClick(x, y) {
50 mouseTo(x, y);
51 mouseEvent('mousedown', x, y);
52 mouseEvent('mouseup', x, y);
53}
54
55function mostOfDrag(x1, y1, x2, y2) {
56 mouseTo(x1, y1);

Callers 1

parcoords_test.jsFile · 0.85

Calls 2

mouseEventFunction · 0.85
mouseToFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…