MCPcopy Index your code
hub / github.com/plotly/plotly.js / handleZoomend

Function handleZoomend

src/plots/geo/zoom.js:97–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 function handleZoomend() {
98 d3.select(this).style(zoomendStyle);
99 sync(geo, projection, syncCb);
100 }
101
102 zoom
103 .on('zoomstart', handleZoomstart)

Callers

nothing calls this directly

Calls 1

syncFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…