()
| 816 | } |
| 817 | |
| 818 | hide_tooltip() { |
| 819 | this.tooltip_div.style('pointer-events', 'none'); |
| 820 | this.tooltip_div.transition().style('opacity', 0).style('display', 'none'); |
| 821 | this.popper.disableEventListeners(); |
| 822 | } |
| 823 | |
| 824 | create_tooltip_widget() { |
| 825 | const tooltip_model = this.model.get('tooltip_widget'); |
no outgoing calls
no test coverage detected