@visactor/vchart-types 2.0.4-alpha.1 → 2.0.4-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,6 @@ export declare class EventDispatcher implements IEventDispatcher {
22
22
  clear(): void;
23
23
  release(): void;
24
24
  private _filter;
25
- private _prepareParams;
26
25
  private _onDelegate;
27
26
  private _onDelegateInteractionEvent;
28
27
  private _invoke;