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

Method remove

src/core/core.registry.js:29–31  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

27 }
28
29 remove(...args) {
30 this._each('unregister', args);
31 }
32
33 /**
34 * @param {...typeof DatasetController} args

Callers

nothing calls this directly

Calls 1

_eachMethod · 0.95

Tested by

no test coverage detected