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

Method range

src/utils/scales.ts:10–10  ·  view source on GitHub ↗

* Sets the scale range (pixel range). Returns self for chaining.

(min: number, max: number)

Source from the content-addressed store, hash-verified

8 * Sets the scale range (pixel range). Returns self for chaining.
9 */
10 range(min: number, max: number): LinearScale;
11
12 /**
13 * Maps a domain value to a range value.

Callers 5

rangeFunction · 0.65
renderFunction · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected