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

Method getTicks

src/types/index.d.ts:1358–1358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1356 getUserBounds(): { min: number; max: number; minDefined: boolean; maxDefined: boolean };
1357 getMinMax(canStack: boolean): { min: number; max: number };
1358 getTicks(): Tick[];
1359 getLabels(): string[];
1360 getLabelItems(chartArea?: ChartArea): LabelItem[];
1361 beforeUpdate(): void;

Callers 2

lastTickFunction · 0.65

Implementers 1

Scalesrc/core/core.scale.js

Calls

no outgoing calls

Tested by

no test coverage detected