Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ afterBuildTicks
Method
afterBuildTicks
src/core/core.scale.js:558–560 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
556
return
[];
557
}
558
afterBuildTicks() {
559
this._callHooks(
'afterBuildTicks'
);
560
}
561
562
beforeTickToLabelConversion() {
563
call(this.options.beforeTickToLabelConversion, [this]);
Callers
1
update
Method · 0.95
Calls
1
_callHooks
Method · 0.95
Tested by
no test coverage detected