Vizzu JS Library Reference
This is the API reference document of the Vizzu JS library. It provides information about every detail of the API. This works best for users who already have a basic understanding of the Vizzu library and its logic.
In case you're just getting started with Vizzu, we recommend visiting our Tutorial first.
Library Overview
The main entry point of the library is the Vizzu class, and its most important component is the animate method:
Vizzu
.
animate
(
Anim.AnimTarget
,
Anim.ControlOptions
):
Anim.Completing
The animate method's main parameter is the AnimTarget interface, which is an array of keyframes containing the configuration of the chart, the underlying data, the chart's style settings, and the animation options:
Keyframe:
You can find all interface declarations and types under these modules: