Options
All
  • Public
  • Public/Protected
  • All
Menu

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 strongly 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:

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:

Details:

You can find all interface declarations and types under these namespaces.

  • Data - Data structure and operations
  • Config - Configuration settings of your charts
  • Style - Style settings
  • Anim - Animation settings
  • Events - Event handling

Generated using TypeDoc