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

Function _hover

test/jasmine/tests/sankey_test.js:682–686  ·  view source on GitHub ↗
(px, py)

Source from the content-addressed store, hash-verified

680 afterEach(destroyGraphDiv);
681
682 function _hover(px, py) {
683 mouseEvent('mousemove', px, py);
684 mouseEvent('mouseover', px, py);
685 Lib.clearThrottle();
686 }
687
688 var node = [410, 300];
689 var link = [450, 300];

Callers 2

sankey_test.jsFile · 0.70
assertNoHoverEventsFunction · 0.70

Calls 1

mouseEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…