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

Method start

src/types/index.d.ts:850–850  ·  view source on GitHub ↗

* @desc Called when a plugin is starting. This happens when chart is created or plugin is enabled. * @param {Chart} chart - The chart instance. * @param {object} args - The call arguments. * @param {object} options - The plugin options. * @since 3.0.0

(chart: Chart<TType>, args: EmptyObject, options: O)

Source from the content-addressed store, hash-verified

848 * @since 3.0.0
849 */
850 start?(chart: Chart<TType>, args: EmptyObject, options: O): void;
851 /**
852 * @desc Called when a plugin stopping. This happens when chart is destroyed or plugin is disabled.
853 * @param {Chart} chart - The chart instance.

Callers 3

renderMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected