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

Method resize

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

Source from the content-addressed store, hash-verified

54 */
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;

Callers 15

scheduleFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
attachResizeObserverFunction · 0.65
mainFunction · 0.65
setupControlsFunction · 0.65
scheduleFunction · 0.65
mainFunction · 0.65
scheduleFunction · 0.65
mainFunction · 0.65

Implementers 1

ChartGPUWorkerProxysrc/worker/ChartGPUWorkerProxy.ts

Calls

no outgoing calls

Tested by

no test coverage detected