MCPcopy
hub / github.com/chartjs/Chart.js / parse

Method parse

src/types/index.d.ts:1355–1355  ·  view source on GitHub ↗
(raw: unknown, index?: number)

Source from the content-addressed store, hash-verified

1353
1354 init(options: O): void;
1355 parse(raw: unknown, index?: number): unknown;
1356 getUserBounds(): { min: number; max: number; minDefined: boolean; maxDefined: boolean };
1357 getMinMax(canStack: boolean): { min: number; max: number };
1358 getTicks(): Tick[];

Callers 7

rollup.config.jsFile · 0.65
parseFunction · 0.65

Implementers 1

Scalesrc/core/core.scale.js

Calls

no outgoing calls

Tested by

no test coverage detected