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

Function domain

src/core/createRenderCoordinator.ts:1448–1451  ·  view source on GitHub ↗
(min: number, max: number)

Source from the content-addressed store, hash-verified

1446
1447 const wrapper: LinearScale = {
1448 domain(min: number, max: number) {
1449 baseYScale.domain(min, max);
1450 return wrapper;
1451 },
1452 range(min: number, max: number) {
1453 baseYScale.range(min, max);
1454 return wrapper;

Callers

nothing calls this directly

Calls 1

domainMethod · 0.65

Tested by

no test coverage detected