Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ zoomstarted
Function
zoomstarted
src/plots/geo/zoom.js:281–283 ·
view source on GitHub ↗
(dispatch)
Source
from the content-addressed store, hash-verified
279
});
280
281
function
zoomstarted(dispatch) {
282
if
(!zooming++) dispatch({
type
:
'zoomstart'
});
283
}
284
285
function
zoomed(dispatch) {
286
dispatch({
type
:
'zoom'
});
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…