# クラス: Animations

# コンストラクタ

# constructor

new Animations(chart, animations)

# パラメータ

名前
chart Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint)[], unknown>
animations 任意のオブジェクト

# 定義場所

types/animation.d.ts:31 (新しいウィンドウで開きます)

# メソッド

# configure

configure(animations): void

# パラメータ

名前
animations 任意のオブジェクト

# 戻り値

void

# 定義場所

types/animation.d.ts:32 (新しいウィンドウで開きます)


# update

update(target, values): boolean

# パラメータ

名前
target 任意のオブジェクト
values 任意のオブジェクト

# 戻り値

boolean

# 定義場所

types/animation.d.ts:33 (新しいウィンドウで開きます)