Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ hover
Function
hover
test/jasmine/tests/sunburst_test.js:37–39 ·
view source on GitHub ↗
(gd, v)
Source
from the content-addressed store, hash-verified
35
}
36
37
function
hover(gd, v) {
38
return
_mouseEvent(
'mouseover'
, gd, v);
39
}
40
41
function
unhover(gd, v) {
42
return
_mouseEvent(
'mouseout'
, gd, v);
Callers
2
run
Function · 0.70
sunburst_test.js
File · 0.70
Calls
1
_mouseEvent
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…