Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ _maxDigits
Method
_maxDigits
src/core/core.scale.js:1706–1709 ·
view source on GitHub ↗
* @protected
()
Source
from the content-addressed store, hash-verified
1704
* @protected
1705
*/
1706
_maxDigits() {
1707
const
fontSize = this._resolveTickFontOptions(0).lineHeight;
1708
return
(this.isHorizontal() ? this.width : this.height) / fontSize;
1709
}
1710
}
Callers
1
buildTicks
Method · 0.80
Calls
2
_resolveTickFontOptions
Method · 0.95
isHorizontal
Method · 0.95
Tested by
no test coverage detected