Class: Animator

    Methods

    add

    add(, items): void

    Parameters

    Returns

    void

    Defined in


    has(chart): boolean

    Parameters

    NameType
    chart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | )[], unknown>

    Returns

    boolean

    Defined in

    animation.d.ts:21Animator - 图2 (opens new window)


    listen

    Parameters

    Returns

    void

    Defined in


    remove(chart): boolean

    Parameters

    NameType
    chart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | )[], unknown>

    Returns

    boolean

    Defined in

    animation.d.ts:25Animator - 图4 (opens new window)


    running

    running(chart): boolean

    Parameters

    Returns

    Defined in


    start(chart): void

    Parameters

    NameType
    chart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | )[], unknown>

    Returns

    void

    Defined in

    animation.d.ts:22Animator - 图6 (opens new window)


    stop

    stop(chart): void

    Parameters

    Returns

    void

    Defined in