MCPcopy
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

updateMethod · 0.95

Calls 1

_callHooksMethod · 0.95

Tested by

no test coverage detected