Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ drag_start
Method
drag_start
js/src/LassoSelector.ts:93–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
drag_start() {
94
this.current_vertices = [];
95
this.create_new_lasso();
96
}
97
98
drag_move() {
99
this.current_vertices.push(d3.mouse(this.background.node()));
Callers
2
render
Function · 0.80
render
Method · 0.80
Calls
1
create_new_lasso
Method · 0.95
Tested by
no test coverage detected