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

Function _hover

test/jasmine/tests/hover_label_test.js:590–593  ·  view source on GitHub ↗
(gd, xpx, ypx)

Source from the content-addressed store, hash-verified

588 });
589
590 function _hover(gd, xpx, ypx) {
591 Fx.hover(gd, { xpx: xpx, ypx: ypx }, 'xy');
592 Lib.clearThrottle();
593 }
594
595 function _hoverNatural(gd, xpx, ypx) {
596 var gdBB = gd.getBoundingClientRect();

Callers 5

_hoverLeftFunction · 0.70
_hoverRightFunction · 0.70
_hoverWayLongFunction · 0.70
_hoverAFunction · 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…