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

Method mouseout_handler

js/src/MarketMap.ts:752–755  ·  view source on GitHub ↗
(data, id, cell)

Source from the content-addressed store, hash-verified

750 }
751
752 mouseout_handler(data, id, cell) {
753 this.fig_hover.select('.hover_' + id).remove();
754 this.hide_tooltip();
755 }
756
757 show_tooltip(event, data) {
758 const that = this;

Callers 1

draw_mapMethod · 0.45

Calls 2

hide_tooltipMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected