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

Method add

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

Source from the content-addressed store, hash-verified

1146 readonly scales: TypedRegistry<Scale>;
1147
1148 add(...args: ChartComponentLike[]): void;
1149 remove(...args: ChartComponentLike[]): void;
1150
1151 addControllers(...args: ChartComponentLike[]): void;

Callers 14

newDateFromRefFunction · 0.65
autoskip-major.jsFile · 0.65
newDateFromRefFunction · 0.65
newDateFromRefFunction · 0.65
_resolveScriptableFunction · 0.65
addScopesFunction · 0.65
createSubResolverFunction · 0.65
resolveKeysFromAllScopesFunction · 0.65
averageFunction · 0.65

Implementers 1

Registrysrc/core/core.registry.js

Calls

no outgoing calls

Tested by

no test coverage detected