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

Function getAllBarNodes

test/jasmine/tests/bar_test.js:1194–1196  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

1192 }
1193
1194 function getAllBarNodes(node) {
1195 return node.querySelectorAll('g.point');
1196 }
1197
1198 function assertTextIsInsidePath(textNode, pathNode, errorMargin=0) {
1199 var textBB = textNode.getBoundingClientRect();

Callers 1

bar_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…