* @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)
| 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. |
no outgoing calls
no test coverage detected