Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ mousemove
Method
mousemove
js/src/PanZoom.ts:167–169 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
}
166
167
mousemove() {
168
this._mousemove(this.mousePos());
169
}
170
171
_mousemove(mouse_pos) {
172
if
(this.active && this.model.get(
'allow_pan'
)) {
Callers
1
render
Method · 0.45
Calls
2
_mousemove
Method · 0.95
mousePos
Method · 0.95
Tested by
no test coverage detected