Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ _getAxisCount
Method
_getAxisCount
src/controllers/controller.bar.js:489–491 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
487
}
488
489
_getAxisCount() {
490
return
this._getAxis().length;
491
}
492
493
getFirstScaleIdForIndexAxis() {
494
const
scales = this.chart.scales;
Callers
1
_calculateBarIndexPixels
Method · 0.95
Calls
1
_getAxis
Method · 0.95
Tested by
no test coverage detected