()
| 1016 | function textDrag() { return gd.querySelector('.annotation-text-g>g'); } |
| 1017 | function arrowDrag() { return gd.querySelector('.annotation-arrow-g>.anndrag'); } |
| 1018 | function textBox() { return gd.querySelector('.annotation-text-g'); } |
| 1019 | |
| 1020 | function makePlot(annotations, config) { |
| 1021 | gd = createGraphDiv(); |
no outgoing calls
no test coverage detected
searching dependent graphs…