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 strongly recommend visiting our Tutorial first.
The main entry point of the library is the Vizzu class, and its most important component is the animate() method:
The animate() method's main parameter is the AnimTarget interface, which contains the configuration of the chart, the underlying data, and the chart's style settings:
You can find all interface declarations and types under these namespaces.
Generated using TypeDoc