* Hide active tooltip
()
| 438 | * Hide active tooltip |
| 439 | */ |
| 440 | function hideSpanTooltip() { |
| 441 | if (activeTooltip) { |
| 442 | activeTooltip.remove(); |
| 443 | activeTooltip = null; |
| 444 | } |
| 445 | } |
| 446 | |
| 447 | /** |
| 448 | * Initialize span tooltip handlers |
no test coverage detected
searching dependent graphs…