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

File scale.logarithmic.tests.js

test/specs/scale.logarithmic.tests.js:None–None  ·  test/specs/scale.logarithmic.tests.js

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 6

getLabelsFunction · 0.70
getScaleMethod · 0.65
updateMethod · 0.65
getLabelForValueMethod · 0.65
getPixelForValueMethod · 0.65
getValueForPixelMethod · 0.65

Tested by

no test coverage detected