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

File hover.js

test/jasmine/assets/hover.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var mouseEvent = require('./mouse_event');
2
3module.exports = function hover(x, y) {
4 mouseEvent('mousemove', x, y);

Callers

nothing calls this directly

Calls 1

mouseEventFunction · 0.85

Tested by

no test coverage detected