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

Method addControllers

src/core/core.registry.js:36–38  ·  view source on GitHub ↗

* @param {...typeof DatasetController} args

(...args)

Source from the content-addressed store, hash-verified

34 * @param {...typeof DatasetController} args
35 */
36 addControllers(...args) {
37 this._each('register', args, this.controllers);
38 }
39
40 /**
41 * @param {...typeof Element} args

Callers

nothing calls this directly

Calls 1

_eachMethod · 0.95

Tested by

no test coverage detected