Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ clear_selected
Method
clear_selected
js/src/MarketMap.ts:715–717 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
713
}
714
715
clear_selected() {
716
this.fig_click.selectAll(
'rect'
).remove();
717
}
718
719
mouseover_handler(data, id, cell) {
720
const
transform = d3.select(cell).attr(
'transform'
);
Callers
4
create_listeners
Method · 0.95
compute_dimensions_and_draw
Method · 0.95
apply_selected
Method · 0.95
relayout
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected