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

Function mouseTo

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

Source from the content-addressed store, hash-verified

42mock.data[0].line.color = mock.data[0].line.color.slice(lineStart, lineStart + lineCount);
43
44function mouseTo(x, y) {
45 mouseEvent('mousemove', x, y);
46 mouseEvent('mouseover', x, y);
47}
48
49function mouseClick(x, y) {
50 mouseTo(x, y);

Callers 3

mouseClickFunction · 0.70
mostOfDragFunction · 0.70
parcoords_test.jsFile · 0.70

Calls 1

mouseEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…