(modeBar)
| 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'); |
no outgoing calls
no test coverage detected
searching dependent graphs…