MCPcopy
hub / github.com/ChartGPU/ChartGPU / dispose

Method dispose

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

Source from the content-addressed store, hash-verified

55 appendData(seriesIndex: number, newPoints: DataPoint[] | OHLCDataPoint[]): void;
56 resize(): void;
57 dispose(): void;
58 on(eventName: 'crosshairMove', callback: ChartGPUCrosshairMoveCallback): void;
59 on(eventName: ChartGPUEventName, callback: ChartGPUEventCallback): void;
60 off(eventName: 'crosshairMove', callback: ChartGPUCrosshairMoveCallback): void;

Callers 15

disposeDataZoomSliderFunction · 0.65
recreateCoordinatorFunction · 0.65
disposeFunction · 0.65
createChartGPUFunction · 0.65
cleanupFunction · 0.65
mainFunction · 0.65
cleanupFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
cleanupFunction · 0.65

Implementers 1

ChartGPUWorkerProxysrc/worker/ChartGPUWorkerProxy.ts

Calls

no outgoing calls

Tested by

no test coverage detected