(msg, xpx, ypx, lines)
| 496 | |
| 497 | it('shows the data range when bins have no value in it', function(done) { |
| 498 | function _check(msg, xpx, ypx, lines) { |
| 499 | _hover(xpx, ypx); |
| 500 | assertHoverLabelContent({nums: lines.join('\n')}, msg); |
| 501 | } |
| 502 | |
| 503 | Plotly.newPlot('graph', [{ |
| 504 | type: 'histogram2d', |
no test coverage detected
searching dependent graphs…