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

Function getLabels

test/specs/scale.radialLinear.tests.js:1–3  ·  view source on GitHub ↗
(scale)

Source from the content-addressed store, hash-verified

1function getLabels(scale) {
2 return scale.ticks.map(t => t.label);
3}
4
5// Tests for the radial linear scale used by the polar area and radar charts
6describe('Test the radial linear scale', function() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected