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

Method setZoomRange

src/ChartGPU.ts:94–94  ·  view source on GitHub ↗

* Sets the percent-space zoom window. * * No-op when zoom is disabled.

(start: number, end: number)

Source from the content-addressed store, hash-verified

92 * No-op when zoom is disabled.
93 */
94 setZoomRange(start: number, end: number): void;
95 /**
96 * Gets the latest performance metrics.
97 * Returns exact FPS and detailed frame statistics.

Callers 10

setRangeFunction · 0.65
zoomInFunction · 0.65
zoomOutFunction · 0.65
panFunction · 0.65
recreateCoordinatorFunction · 0.65
setZoomRangeFunction · 0.65
setRangeFunction · 0.65
panFunction · 0.65
recreateCoordinatorFunction · 0.65
mainFunction · 0.65

Implementers 1

ChartGPUWorkerProxysrc/worker/ChartGPUWorkerProxy.ts

Calls

no outgoing calls

Tested by

no test coverage detected