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

Function mostOfDrag

test/jasmine/tests/parcoords_test.js:55–59  ·  view source on GitHub ↗
(x1, y1, x2, y2)

Source from the content-addressed store, hash-verified

53}
54
55function mostOfDrag(x1, y1, x2, y2) {
56 mouseTo(x1, y1);
57 mouseEvent('mousedown', x1, y1);
58 mouseEvent('mousemove', x2, y2);
59}
60
61function getAvgPixelByChannel(id) {
62 var canvas = d3Select(id).node();

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…