(gd)
| 2545 | // a sibling of the graph div, it will be positioned correctly relative to |
| 2546 | // the offset parent, whatever that may be. |
| 2547 | const getTopOffset = (gd) => gd.offsetTop + gd.clientTop; |
| 2548 | const getLeftOffset = (gd) => gd.offsetLeft + gd.clientLeft; |
| 2549 | |
| 2550 | function getBoundingClientRect(gd, node) { |