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

Method getLabelItems

src/types/index.d.ts:1360–1360  ·  view source on GitHub ↗
(chartArea?: ChartArea)

Source from the content-addressed store, hash-verified

1358 getTicks(): Tick[];
1359 getLabels(): string[];
1360 getLabelItems(chartArea?: ChartArea): LabelItem[];
1361 beforeUpdate(): void;
1362 configure(): void;
1363 afterUpdate(): void;

Callers 1

Implementers 1

Scalesrc/core/core.scale.js

Calls

no outgoing calls

Tested by

no test coverage detected