()
| 607 | |
| 608 | it('preserves order of carpets on the same subplot after hide/show', function(done) { |
| 609 | function getIndices() { |
| 610 | var out = []; |
| 611 | d3SelectAll('.carpetlayer .trace').each(function(d) { out.push(d[0].trace.index); }); |
| 612 | return out; |
| 613 | } |
| 614 | |
| 615 | Plotly.newPlot(gd, [{ |
| 616 | type: 'carpet', |
no outgoing calls
no test coverage detected
searching dependent graphs…