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

Method parse

src/core/core.scale.js:274–276  ·  view source on GitHub ↗

* Parse a supported input value to internal representation. * @param {*} raw * @param {number} [index] * @since 3.0

(raw, index)

Source from the content-addressed store, hash-verified

272 * @since 3.0
273 */
274 parse(raw, index) { // eslint-disable-line no-unused-vars
275 return raw;
276 }
277
278 /**
279 * @return {{min: number, max: number, minDefined: boolean, maxDefined: boolean}}

Callers 1

initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected