Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ getLabels
Function
getLabels
test/specs/scale.logarithmic.tests.js:1–3 ·
view source on GitHub ↗
(scale)
Source
from the content-addressed store, hash-verified
1
function
getLabels(scale) {
2
return
scale.ticks.map(t => t.label);
3
}
4
5
describe(
'Logarithmic Scale tests'
,
function
() {
6
describe(
'auto'
, jasmine.fixture.specs(
'scale.logarithmic'
));
Callers
1
scale.logarithmic.tests.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected