MCPcopy 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

zoomClippedFunction · 0.85

Calls 1

dispatchFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…