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

Method getLabels

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

Source from the content-addressed store, hash-verified

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

Callers 13

getLabelAndValueMethod · 0.65
updateMethod · 0.65
parseArrayOrPrimitiveFunction · 0.65
parsePrimitiveDataMethod · 0.65
computeCircularBoundaryFunction · 0.65
generateTickLabelsMethod · 0.65
_getLabelForValueFunction · 0.65
initMethod · 0.65
parseMethod · 0.65
determineDataLimitsMethod · 0.65
buildTicksMethod · 0.65

Implementers 1

Scalesrc/core/core.scale.js

Calls

no outgoing calls

Tested by

no test coverage detected