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

Method removePlugins

src/core/core.registry.js:110–112  ·  view source on GitHub ↗

* @param {...any} args

(...args)

Source from the content-addressed store, hash-verified

108 * @param {...any} args
109 */
110 removePlugins(...args) {
111 this._each('unregister', args, this.plugins);
112 }
113
114 /**
115 * @param {...typeof Scale} args

Callers 1

Calls 1

_eachMethod · 0.95

Tested by

no test coverage detected