* the event will be discarded.
* @param {Chart} chart - The chart instance.
* @param {IEvent} event - The event object.
- * @param {object} options - The plugin options.
* @param {boolean} replay - True if this event is replayed from `Chart.update`
+ * @param {object} options - The plugin options.
*/
/**
* @method IPlugin#afterEvent
* will not be called if the `event` has been previously discarded.
* @param {Chart} chart - The chart instance.
* @param {IEvent} event - The event object.
- * @param {object} options - The plugin options.
* @param {boolean} replay - True if this event is replayed from `Chart.update`
+ * @param {object} options - The plugin options.
*/
/**
* @method IPlugin#resize