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

Method unregister

src/core/core.controller.js:117–120  ·  src/core/core.controller.js::Chart.unregister
(...items)

Source from the content-addressed store, hash-verified

115 }
116
117 static unregister(...items) {
118 registry.remove(...items);
119 invalidatePlugins();
120 }
121
122 class="cm">// eslint-disable-next-line max-statements
123 constructor(item, userConfig) {

Callers

nothing calls this directly

Calls 2

invalidatePluginsFunction · 0.85
removeMethod · 0.65

Tested by

no test coverage detected