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

Method stop

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

* @desc Called when a plugin stopping. This happens when chart is destroyed or plugin is disabled. * @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

856 * @since 3.0.0
857 */
858 stop?(chart: Chart<TType>, args: EmptyObject, options: O): void;
859 /**
860 * @desc Called before initializing `chart`.
861 * @param {Chart} chart - The chart instance.

Callers 2

stopMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected