MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / pan

Method pan

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

* Pans the zoom window by `delta` percent points (preserving span).

(delta: number)

Source from the content-addressed store, hash-verified

27 * Pans the zoom window by `delta` percent points (preserving span).
28 */
29 pan(delta: number): void;
30 /**
31 * Subscribes to changes. Returns an unsubscribe function.
32 */

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected