Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ update_text
Method
update_text
js/src/Label.ts:82–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
update_text() {
83
this.d3el
84
.selectAll(
'.object_grp'
)
85
.select(
'.label'
)
86
.text((d: any) => {
87
return
d.text;
88
});
89
}
90
91
get_element_size(data) {
92
const
size_scale = this.scales.size;
Callers
1
draw_elements
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected