MCPcopy Create free account
hub / github.com/ChartGPU/ChartGPU / zoomOut

Method zoomOut

src/interaction/createZoomState.ts:25–25  ·  view source on GitHub ↗

* Zooms out around `center` by growing the span by `factor`. * * `factor <= 1` is treated as a no-op.

(center: number, factor: number)

Source from the content-addressed store, hash-verified

23 * `factor <= 1` is treated as a no-op.
24 */
25 zoomOut(center: number, factor: number): void;
26 /**
27 * Pans the zoom window by `delta` percent points (preserving span).
28 */

Callers 3

handlePointerEventFunction · 0.80
onWheelFunction · 0.80
zoom-state.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected