(cnt)
| 976 | |
| 977 | it('should be able to add/remove connector line nodes on restyle', function(done) { |
| 978 | function _assertNumberOfFunnelConnectorNodes(cnt) { |
| 979 | var sel = d3Select(gd).select('.funnellayer').selectAll('.line'); |
| 980 | expect(sel.size()).toBe(cnt); |
| 981 | } |
| 982 | |
| 983 | Plotly.newPlot(gd, [{ |
| 984 | type: 'funnel', |
no outgoing calls
no test coverage detected
searching dependent graphs…