MCPcopy
hub / github.com/plotly/plotly.js / _assertNumberOfFunnelConnectorNodes

Function _assertNumberOfFunnelConnectorNodes

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

Source from the content-addressed store, hash-verified

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

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…