UNPKG

ngx-antv-f2

Version:

Functional Antvis/F2 wrapper for Angular.

20 lines (19 loc) 354 B
/** * @author CK * @date 2019/1/17 * @Description: */ export declare class F2Animate { /** * 关闭图表动画 * chart.animate(false) */ disabled: boolean; /** * 对 chart 上的图形元素进行具体的动画配置 * * chart.animate(cfg) */ config: any; setChartAnimate(chart: any): void; }