# 類別:Animations
# 建構函式
# constructor
• new Animations(chart
, animations
)
# 參數
名稱 | 類型 |
---|---|
chart | Chart <keyof ChartTypeRegistry , (number | [number , number ] | Point | BubbleDataPoint )[], unknown > |
animations | AnyObject |
# 定義於
types/animation.d.ts:31 (開啟新視窗)
# 方法
# configure
▸ configure(animations
): void
# 參數
名稱 | 類型 |
---|---|
animations | AnyObject |
# 返回
void
# 定義於
types/animation.d.ts:32 (開啟新視窗)
# update
▸ update(target
, values
): boolean
# 參數
名稱 | 類型 |
---|---|
target | AnyObject |
values | AnyObject |
# 返回
boolean