MCPcopy Index your code
hub / github.com/plotly/plotly.js / hover

Function hover

test/jasmine/tests/treemap_test.js:38–40  ·  view source on GitHub ↗
(gd, v)

Source from the content-addressed store, hash-verified

36}
37
38function hover(gd, v) {
39 return _mouseEvent('mouseover', gd, v);
40}
41
42function unhover(gd, v) {
43 return _mouseEvent('mouseout', gd, v);

Callers 2

runFunction · 0.70
treemap_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…