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

Method setRange

src/interaction/createZoomState.ts:13–13  ·  view source on GitHub ↗

* Sets the zoom window in percent space.

(start: number, end: number)

Source from the content-addressed store, hash-verified

11 * Sets the zoom window in percent space.
12 */
13 setRange(start: number, end: number): void;
14 /**
15 * Zooms in around `center` by shrinking the span by `factor`.
16 *

Callers 7

onMoveFunction · 0.80
flushPendingAppendsFunction · 0.80
updateZoomFunction · 0.80
setZoomRangeFunction · 0.80
handleReadyMessageMethod · 0.80
zoom-state.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected