()
| 291 | } |
| 292 | |
| 293 | function getAnnotationPos() { |
| 294 | return getPos(d3Select('.annotation')); |
| 295 | } |
| 296 | |
| 297 | function getShapePos() { |
| 298 | return getPos(d3Select('.layer-above').select('.shapelayer').select('path')); |
no test coverage detected
searching dependent graphs…