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

Method addControllers

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

Source from the content-addressed store, hash-verified

1149 remove(...args: ChartComponentLike[]): void;
1150
1151 addControllers(...args: ChartComponentLike[]): void;
1152 addElements(...args: ChartComponentLike[]): void;
1153 addPlugins(...args: ChartComponentLike[]): void;
1154 addScales(...args: ChartComponentLike[]): void;

Callers 1

Implementers 1

Registrysrc/core/core.registry.js

Calls

no outgoing calls

Tested by

no test coverage detected