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

Method addScales

src/types/index.d.ts:1154–1154  ·  view source on GitHub ↗
(...args: ChartComponentLike[])

Source from the content-addressed store, hash-verified

1152 addElements(...args: ChartComponentLike[]): void;
1153 addPlugins(...args: ChartComponentLike[]): void;
1154 addScales(...args: ChartComponentLike[]): void;
1155
1156 getController(id: string): DatasetController | undefined;
1157 getElement(id: string): Element | undefined;

Callers 1

Implementers 1

Registrysrc/core/core.registry.js

Calls

no outgoing calls

Tested by

no test coverage detected