Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
var
mouseEvent = require(
'./mouse_event'
);
2
3
module.exports =
function
hover(x, y) {
4
mouseEvent(
'mousemove'
, x, y);
Callers
nothing calls this directly
Calls
1
mouseEvent
Function · 0.85
Tested by
no test coverage detected