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