(sel)
| 286 | var jsLogo = 'https://images.plot.ly/language-icons/api-home/js-logo.png'; |
| 287 | |
| 288 | function getPos(sel) { |
| 289 | var rect = sel.node().getBoundingClientRect(); |
| 290 | return [rect.left, rect.bottom]; |
| 291 | } |
| 292 | |
| 293 | function getAnnotationPos() { |
| 294 | return getPos(d3Select('.annotation')); |
no outgoing calls
no test coverage detected
searching dependent graphs…