(n)
| 1255 | |
| 1256 | it('can recalc after the first trace is hidden', function(done) { |
| 1257 | function assertTraceCount(n) { |
| 1258 | expect(gd.querySelectorAll('.trace').length).toBe(n); |
| 1259 | } |
| 1260 | |
| 1261 | Plotly.newPlot(gd, [{ |
| 1262 | x: [1, 2, 3], type: 'histogram' |
no outgoing calls
no test coverage detected
searching dependent graphs…