Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ unregister
Method
unregister
src/types/index.d.ts:1541–1541 ·
view source on GitHub ↗
(item: ChartComponent)
Source
from the content-addressed store, hash-verified
1539
register(item: ChartComponent): string;
1540
get(id: string): T | undefined;
1541
unregister(item: ChartComponent): void;
1542
}
1543
1544
export
interface
ChartEvent {
Callers
4
scale.ts
File · 0.65
plugin.filler.tests.js
File · 0.65
core.registry.tests.js
File · 0.65
core.plugin.tests.js
File · 0.65
Implementers
1
TypedRegistry
src/core/core.typedRegistry.js
Calls
no outgoing calls
Tested by
no test coverage detected