@visactor/vgrammar-core
Version:
VGrammar is a visual grammar library
11 lines (10 loc) • 541 B
TypeScript
import type { IGlyphElement, TypeAnimation } from '../types';
export interface IBoxplotScaleAnimationOptions {
center?: number;
}
export declare const boxplotScaleIn: TypeAnimation<IGlyphElement<any>>;
export declare const boxplotScaleOut: TypeAnimation<IGlyphElement<any>>;
export declare function registerBoxplotGlyph(): void;
export declare const barBoxplotScaleIn: TypeAnimation<IGlyphElement<any>>;
export declare const barBoxplotScaleOut: TypeAnimation<IGlyphElement<any>>;
export declare function registerBarBoxplotGlyph(): void;