Class: Animations

Constructors

constructor

new Animations(chart, animations)

Parameters

NameType
chartChart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint)[], unknown>
animationsAnyObject

Defined in

types/animation.d.ts:31Animations - 图1 (opens new window)

Methods

configure

configure(animations): void

Parameters

NameType
animationsAnyObject

Returns

void

Defined in

types/animation.d.ts:32Animations - 图2 (opens new window)


update

update(target, values): boolean

Parameters

NameType
targetAnyObject
valuesAnyObject

Returns

boolean

Defined in

types/animation.d.ts:33Animations - 图3 (opens new window)