MCPcopy
hub / github.com/ChartGPU/ChartGPU / unbindCoordinatorInteractionXChange

Function unbindCoordinatorInteractionXChange

src/ChartGPU.ts:636–643  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

634 };
635
636 const unbindCoordinatorInteractionXChange = (): void => {
637 if (!unsubscribeCoordinatorInteractionXChange) return;
638 try {
639 unsubscribeCoordinatorInteractionXChange();
640 } finally {
641 unsubscribeCoordinatorInteractionXChange = null;
642 }
643 };
644
645 const disposeDataZoomSlider = (): void => {
646 dataZoomSlider?.dispose();

Callers 3

recreateCoordinatorFunction · 0.85
disposeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected