MCPcopy 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

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…