MCPcopy
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

Calls 1

_getAxisMethod · 0.95

Tested by

no test coverage detected