(type, n, msg)
| 875 | }; |
| 876 | |
| 877 | function assertSubplot(type, n, msg) { |
| 878 | expect(d3Select(gd).selectAll(subplotSelectors[type]).size()) |
| 879 | .toBe(n, msg + ' - ' + type); |
| 880 | } |
| 881 | |
| 882 | // opts.cartesian and opts.gl2d should be arrays of subplot ids ('xy', 'x2y2' etc) |
| 883 | // others should be counts: gl3d, geo, mapbox, map, parcoords, pie, ternary |
no outgoing calls
no test coverage detected
searching dependent graphs…