MCPcopy
hub / github.com/ChartGPU/ChartGPU / disposeDataZoomUi

Function disposeDataZoomUi

src/ChartGPU.ts:655–658  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

653 };
654
655 const disposeDataZoomUi = (): void => {
656 disposeDataZoomSlider();
657 disposeDataZoomSliderHost();
658 };
659
660 const DATA_ZOOM_SLIDER_HEIGHT_CSS_PX = 32;
661 const DATA_ZOOM_SLIDER_MARGIN_TOP_CSS_PX = 8;

Callers 2

syncDataZoomUiFunction · 0.85
disposeFunction · 0.85

Calls 2

disposeDataZoomSliderFunction · 0.85

Tested by

no test coverage detected