Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_map
Method · 0.45
Calls
2
hide_tooltip
Method · 0.95
remove
Method · 0.45
Tested by
no test coverage detected