Skip to content

Vizzu


Vizzu / plugins / Hooks

Enumeration: Hooks

Available hooks for plugins in Vizzu.

Enumeration Members

prepareAnimation

prepareAnimation: "prepareAnimation"

Called when the animate() parameters gets set in the library to prepare the animation.


registerAnimation

registerAnimation: "registerAnimation"

Called when the animate() method called, and the lib shedules the call to the animation queue.


render

render: "render"

Called on rendering.


runAnimation

runAnimation: "runAnimation"

Called when all animate() parameter set and animation can be started.


start

start: "start"

Called once on startup for start the rendering loop.


update

update: "update"

Called when updating the chart due to time change.