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

Method getZoomRange

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

* Returns the current percent-space zoom window (or `null` when zoom is disabled).

()

Source from the content-addressed store, hash-verified

86 * Returns the current percent-space zoom window (or `null` when zoom is disabled).
87 */
88 getZoomRange(): Readonly<{ start: number; end: number }> | null;
89 /**
90 * Sets the percent-space zoom window.
91 *

Callers 15

getRangeFunction · 0.65
zoomInFunction · 0.65
zoomOutFunction · 0.65
panFunction · 0.65
syncDataZoomUiFunction · 0.65
recreateCoordinatorFunction · 0.65
getZoomRangeFunction · 0.65
applyFunction · 0.65
tickFunction · 0.65
mainFunction · 0.65
getRangeFunction · 0.65

Implementers 1

ChartGPUWorkerProxysrc/worker/ChartGPUWorkerProxy.ts

Calls

no outgoing calls

Tested by

no test coverage detected