(xpx, ypx)
| 361 | afterEach(destroyGraphDiv); |
| 362 | |
| 363 | function _hover(xpx, ypx) { |
| 364 | Lib.clearThrottle(); |
| 365 | mouseEvent('mousemove', xpx, ypx); |
| 366 | } |
| 367 | |
| 368 | it('should display correct label content with specified format', function(done) { |
| 369 | Plotly.newPlot(gd, [{ |
no test coverage detected
searching dependent graphs…