Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ relayout
Method
relayout
js/src/Label.ts:69–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
relayout() {
70
this.set_ranges();
71
this.update_position();
72
}
73
74
draw_elements(animate, elements_added) {
75
elements_added.append(
'text'
).classed(
'label element'
, true);
Callers
nothing calls this directly
Calls
2
update_position
Method · 0.95
set_ranges
Method · 0.45
Tested by
no test coverage detected