(msg, cont, exp)
| 503 | |
| 504 | it('@gl should not cause infinite loops when coordinate arrays start/end with NaN', function(done) { |
| 505 | function _assertPositions(msg, cont, exp) { |
| 506 | var pos = gd._fullLayout._plots.xy._scene[cont] |
| 507 | .map(function(opt) { return opt.positions; }); |
| 508 | expect(pos).toBeCloseTo2DArray(exp, 2, msg); |
| 509 | } |
| 510 | |
| 511 | Plotly.newPlot(gd, [{ |
| 512 | type: 'scattergl', |
no outgoing calls
no test coverage detected
searching dependent graphs…