Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ChartGPU/ChartGPU
/ disposeDataZoomSliderHost
Function
disposeDataZoomSliderHost
src/ChartGPU.ts:650–653 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
648
};
649
650
const
disposeDataZoomSliderHost = (): void => {
651
dataZoomSliderHost?.remove();
652
dataZoomSliderHost = null;
653
};
654
655
const
disposeDataZoomUi = (): void => {
656
disposeDataZoomSlider();
Callers
1
disposeDataZoomUi
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected