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

Function initConfig

src/core/core.config.js:129–136  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

127}
128
129function initConfig(config) {
130 config = config || {};
131 config.data = initData(config.data);
132
133 initOptions(config);
134
135 return config;
136}
137
138const keyCache = new Map();
139const keysCached = new Set();

Callers 1

constructorMethod · 0.85

Calls 2

initDataFunction · 0.85
initOptionsFunction · 0.85

Tested by

no test coverage detected