Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ beforeBuildTicks
Method
beforeBuildTicks
src/core/core.scale.js:549–551 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
547
548
//
549
beforeBuildTicks() {
550
this._callHooks(
'beforeBuildTicks'
);
551
}
552
/**
553
* @
return
{object[]} the ticks
554
*/
Callers
1
update
Method · 0.95
Calls
1
_callHooks
Method · 0.95
Tested by
no test coverage detected