MCPcopy
hub / github.com/chartjs/Chart.js / core.scale.tests.js

File core.scale.tests.js

test/specs/core.scale.tests.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function getLabels(scale) {
2 return scale.ticks.map(t => t.label);
3}
4

Callers

nothing calls this directly

Calls 8

getChartBigDataFunction · 0.85
lastTickFunction · 0.85
_layersMethod · 0.80
getChartFunction · 0.70
getLabelsFunction · 0.70
drawMethod · 0.65
registerMethod · 0.65
getLabelItemsMethod · 0.65

Tested by

no test coverage detected