Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ zoomended
Function
zoomended
src/plots/geo/zoom.js:289–291 ·
view source on GitHub ↗
(dispatch)
Source
from the content-addressed store, hash-verified
287
}
288
289
function
zoomended(dispatch) {
290
if
(!--zooming) dispatch({
type
:
'zoomend'
});
291
}
292
293
function
syncCb(set) {
294
var
_rotate = projection.rotate();
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…