Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ beforeUpdate
Method
beforeUpdate
src/core/core.scale.js:381–383 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
379
// Any function can be extended by the scale type
380
381
beforeUpdate() {
382
call(this.options.beforeUpdate, [this]);
383
}
384
385
/**
386
* @param {number} maxWidth - the max width in pixels
Callers
1
update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected