(cnt)
| 1179 | |
| 1180 | it('should be able to add/remove text node on restyle', function(done) { |
| 1181 | function _assertNumberOfFunnelTextNodes(cnt) { |
| 1182 | var sel = d3Select(gd).select('.funnellayer').selectAll('text'); |
| 1183 | expect(sel.size()).toBe(cnt); |
| 1184 | } |
| 1185 | |
| 1186 | Plotly.newPlot(gd, [{ |
| 1187 | type: 'funnel', |
no outgoing calls
no test coverage detected
searching dependent graphs…