MCPcopy Index your code
hub / github.com/plotly/plotly.js / _assertNumberOfFunnelTextNodes

Function _assertNumberOfFunnelTextNodes

test/jasmine/tests/funnel_test.js:1181–1184  ·  view source on GitHub ↗
(cnt)

Source from the content-addressed store, hash-verified

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',

Callers 1

funnel_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…