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

Function getAllFunnelNodes

test/jasmine/tests/funnel_test.js:590–592  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

588 }
589
590 function getAllFunnelNodes(node) {
591 return node.querySelectorAll('g.point');
592 }
593
594 function assertTextIsInsidePath(textNode, pathNode, errorMargin=0) {
595 var textBB = textNode.getBoundingClientRect();

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…