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

Method updateConfig

src/platform/platform.base.js:80–82  ·  view source on GitHub ↗

* Updates config with platform specific requirements * @param {import('../core/core.config.js').default} config

(config)

Source from the content-addressed store, hash-verified

78 * @param {import('../core/core.config.js').default} config
79 */
80 updateConfig(config) { // eslint-disable-line no-unused-vars
81 // no-op
82 }
83}

Callers 1

constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected