Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ reset_zoom
Method
reset_zoom
js/src/Map.ts:235–237 ·
view source on GitHub ↗
(that)
Source
from the content-addressed store, hash-verified
233
}
234
235
reset_zoom(that) {
236
that.zoom.transform(that.parent.bg, d3.zoomIdentity);
237
}
238
239
zoomed(that) {
240
const
tr = d3GetEvent().transform;
Callers
1
draw
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected