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

Method setOption

src/ChartGPU.ts:47–47  ·  view source on GitHub ↗
(options: ChartGPUOptions)

Source from the content-addressed store, hash-verified

45 readonly options: Readonly<ChartGPUOptions>;
46 readonly disposed: boolean;
47 setOption(options: ChartGPUOptions): void;
48 /**
49 * Appends new points to a cartesian series at runtime (streaming).
50 *

Callers 11

applyFunction · 0.65
handleTickFunction · 0.65
toggleAutoScrollFunction · 0.65
switchTimeframeFunction · 0.65
switchCandleCountFunction · 0.65
setupControlsFunction · 0.65
updateChartsFunction · 0.65
applyFunction · 0.65
updateChartFunction · 0.65
applyOptionsFunction · 0.65

Implementers 1

ChartGPUWorkerProxysrc/worker/ChartGPUWorkerProxy.ts

Calls

no outgoing calls

Tested by

no test coverage detected