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

Function hideTooltip

src/core/createRenderCoordinator.ts:1820–1825  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1818 };
1819
1820 const hideTooltip = () => {
1821 lastTooltipContent = null;
1822 lastTooltipX = null;
1823 lastTooltipY = null;
1824 hideTooltipInternal();
1825 };
1826
1827 const emitCrosshairCallback = (x: number | null) => {
1828 if (!domOverlaysEnabled && callbacks?.onCrosshairMove) {

Callers 3

onMouseLeaveFunction · 0.85
setOptionsFunction · 0.85
renderFunction · 0.85

Calls 1

hideTooltipInternalFunction · 0.85

Tested by

no test coverage detected