MCPcopy 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
37function hover(gd, v) {
38 return _mouseEvent('mouseover', gd, v);
39}
40
41function unhover(gd, v) {
42 return _mouseEvent('mouseout', gd, v);

Callers 2

runFunction · 0.70
sunburst_test.jsFile · 0.70

Calls 1

_mouseEventFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…