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

Method removeElements

src/core/core.registry.js:103–105  ·  view source on GitHub ↗

* @param {...typeof Element} args

(...args)

Source from the content-addressed store, hash-verified

101 * @param {...typeof Element} args
102 */
103 removeElements(...args) {
104 this._each('unregister', args, this.elements);
105 }
106
107 /**
108 * @param {...any} args

Callers 1

Calls 1

_eachMethod · 0.95

Tested by

no test coverage detected