Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ beforeSetDimensions
Method
beforeSetDimensions
src/core/core.scale.js:506–508 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
504
//
505
506
beforeSetDimensions() {
507
call(this.options.beforeSetDimensions, [this]);
508
}
509
setDimensions() {
510
// Set the unconstrained dimension before label rotation
511
if
(this.isHorizontal()) {
Callers
1
update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected