Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ zoomed
Function
zoomed
src/plots/geo/zoom.js:285–287 ·
view source on GitHub ↗
(dispatch)
Source
from the content-addressed store, hash-verified
283
}
284
285
function
zoomed(dispatch) {
286
dispatch({
type
:
'zoom'
});
287
}
288
289
function
zoomended(dispatch) {
290
if
(!--zooming) dispatch({
type
:
'zoomend'
});
Callers
1
zoomClipped
Function · 0.85
Calls
1
dispatch
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…