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

Function onInteractionXChange

src/ChartGPU.ts:1396–1399  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

1394 coordinator?.setInteractionX(x, source);
1395 },
1396 onInteractionXChange(callback) {
1397 if (disposed) return () => {};
1398 return coordinator?.onInteractionXChange(callback) ?? (() => {});
1399 },
1400 getZoomRange() {
1401 if (disposed) return null;
1402 return coordinator?.getZoomRange() ?? null;

Callers

nothing calls this directly

Calls 1

onInteractionXChangeMethod · 0.65

Tested by

no test coverage detected