()
| 810 | } |
| 811 | |
| 812 | move_tooltip() { |
| 813 | (this.popper_reference as any).x = d3.event.clientX; |
| 814 | (this.popper_reference as any).y = d3.event.clientY; |
| 815 | this.popper.scheduleUpdate(); |
| 816 | } |
| 817 | |
| 818 | hide_tooltip() { |
| 819 | this.tooltip_div.style('pointer-events', 'none'); |
no outgoing calls
no test coverage detected