MCPcopy
hub / github.com/chartjs/Chart.js / init

Method init

src/core/core.adapters.ts:17–17  ·  view source on GitHub ↗

* Will called with chart options after adapter creation.

(this: DateAdapter<T>, chartOptions: ChartOptions)

Source from the content-addressed store, hash-verified

15 * Will called with chart options after adapter creation.
16 */
17 init(this: DateAdapter<T>, chartOptions: ChartOptions): void;
18 /**
19 * Returns a map of time formats for the supported formatting units defined
20 * in Unit as well as 'datetime' representing a detailed date/time string.

Callers 1

buildOrUpdateScalesMethod · 0.65

Implementers 1

DateAdapterBasesrc/core/core.adapters.ts

Calls

no outgoing calls

Tested by

no test coverage detected