# クラス: 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