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

Method onInteractionXChange

src/ChartGPU.ts:84–84  ·  view source on GitHub ↗

* Subscribes to interaction x changes (domain units). * * Returns an unsubscribe function.

(callback: (x: number | null, source?: unknown) => void)

Source from the content-addressed store, hash-verified

82 * Returns an unsubscribe function.
83 */
84 onInteractionXChange(callback: (x: number | null, source?: unknown) => void): () => void;
85 /**
86 * Returns the current percent-space zoom window (or `null` when zoom is disabled).
87 */

Callers 2

onInteractionXChangeFunction · 0.65

Implementers 1

ChartGPUWorkerProxysrc/worker/ChartGPUWorkerProxy.ts

Calls

no outgoing calls

Tested by

no test coverage detected