MCPcopy Index your code
hub / github.com/bqplot/bqplot / hide_tooltip

Method hide_tooltip

js/src/MarketMap.ts:818–822  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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');

Callers 6

mouseout_handlerMethod · 0.95
relayoutMethod · 0.80
create_listenersFunction · 0.80
process_hoverMethod · 0.80
mouse_outFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected