Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ updateSelected
Method
updateSelected
js/src/Boxplot.ts:428–431 ·
view source on GitHub ↗
(model, value)
Source
from the content-addressed store, hash-verified
426
}
427
428
private updateSelected(model, value) {
429
this.selected_indices = value;
430
this.apply_styles();
431
}
432
433
draw() {
434
this.set_ranges();
Callers
nothing calls this directly
Calls
1
apply_styles
Method · 0.45
Tested by
no test coverage detected