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

Function countLogo

test/jasmine/tests/modebar_test.js:75–77  ·  view source on GitHub ↗
(modeBar)

Source from the content-addressed store, hash-verified

73 }
74
75 function countLogo(modeBar) {
76 return d3Select(modeBar.element).selectAll('a.plotlyjsicon').size();
77 }
78
79 function checkBtnAttr(modeBar, index, attr) {
80 var buttons = d3Select(modeBar.element).selectAll('button.modebar-btn, a.modebar-btn');

Callers 2

modebar_test.jsFile · 0.85
checkButtonsFunction · 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…