@visactor/vchart-types 1.11.1 → 1.11.2-alpha.0

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.
@@ -53,6 +53,7 @@ export declare const registerScaleInOutAnimation: () => void;
53
53
  export declare const registerFadeInOutAnimation: () => void;
54
54
  export declare const registerCartesianGroupClipAnimation: () => void;
55
55
  export declare const registerLineAnimation: () => void;
56
+ export declare const registerAreaAnimation: () => void;
56
57
  export declare const registerVGrammarCommonAnimation: () => void;
57
58
  export declare const registerVGrammarRectAnimation: () => void;
58
59
  export declare const registerVGrammarArcAnimation: () => void;
@@ -5,4 +5,4 @@ export interface IAreaAnimationParams {
5
5
  }
6
6
  export type AreaAppearPreset = 'clipIn' | 'fadeIn' | 'grow';
7
7
  export declare function areaPresetAnimation(params: IAreaAnimationParams, preset: AreaAppearPreset | boolean): IAnimationTypeConfig;
8
- export declare const registerAreaAnimation: () => void;
8
+ export declare const registerAreaSeriesAnimation: () => void;