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