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

Function onInteractionXChange

src/core/createRenderCoordinator.ts:5004–5010  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

5002 };
5003
5004 const onInteractionXChange: RenderCoordinator['onInteractionXChange'] = (callback) => {
5005 assertNotDisposed();
5006 interactionXListeners.add(callback);
5007 return () => {
5008 interactionXListeners.delete(callback);
5009 };
5010 };
5011
5012 const getZoomRange: RenderCoordinator['getZoomRange'] = () => {
5013 return zoomState?.getRange() ?? null;

Callers

nothing calls this directly

Calls 1

assertNotDisposedFunction · 0.70

Tested by

no test coverage detected