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

Method setCrosshairX

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

* Alias for `setInteractionX(...)` for chart sync semantics.

(x: number | null, source?: unknown)

Source from the content-addressed store, hash-verified

76 * Alias for `setInteractionX(...)` for chart sync semantics.
77 */
78 setCrosshairX(x: number | null, source?: unknown): void;
79 /**
80 * Subscribes to interaction x changes (domain units).
81 *

Callers 2

broadcastFunction · 0.65
connectChartsFunction · 0.65

Implementers 1

ChartGPUWorkerProxysrc/worker/ChartGPUWorkerProxy.ts

Calls

no outgoing calls

Tested by

no test coverage detected