(gd, xpx, ypx)
| 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(); |
no test coverage detected
searching dependent graphs…