Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ scale.category.tests.js
File
scale.category.tests.js
test/specs/scale.category.tests.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
getLabels(scale) {
2
return
scale.ticks.map(t => t.label);
3
}
4
Callers
nothing calls this directly
Calls
7
getLabels
Function · 0.70
getScale
Method · 0.65
parse
Method · 0.65
getLabelForValue
Method · 0.65
getPixelForValue
Method · 0.65
getValueForPixel
Method · 0.65
update
Method · 0.65
Tested by
no test coverage detected