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

Method domain

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

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

(min: number, max: number)

Source from the content-addressed store, hash-verified

3 * Sets the scale domain (data range). Returns self for chaining.
4 */
5 domain(min: number, max: number): LinearScale;
6
7 /**
8 * Sets the scale range (pixel range). Returns self for chaining.

Callers 5

domainFunction · 0.65
renderFunction · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected