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

Function parsedYValues

test/specs/core.datasetController.tests.js:384–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382
383 const meta = chart.getDatasetMeta(0);
384 const parsedYValues = () => meta._parsed.map(p => p.y);
385 let first, second, last;
386
387 first = meta.data[0];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected