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

Function getAllTraceNodes

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

Source from the content-addressed store, hash-verified

584 afterEach(destroyGraphDiv);
585
586 function getAllTraceNodes(node) {
587 return node.querySelectorAll('g.points');
588 }
589
590 function getAllFunnelNodes(node) {
591 return node.querySelectorAll('g.point');

Callers 1

funnel_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…