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

Method removeControllers

src/core/core.registry.js:96–98  ·  view source on GitHub ↗

* @param {...typeof DatasetController} args

(...args)

Source from the content-addressed store, hash-verified

94 * @param {...typeof DatasetController} args
95 */
96 removeControllers(...args) {
97 this._each('unregister', args, this.controllers);
98 }
99
100 /**
101 * @param {...typeof Element} args

Callers 1

Calls 1

_eachMethod · 0.95

Tested by

no test coverage detected