Skip to content

Vizzu


Vizzu / types/anim / Target

Interface: Target

Represents a state in the animation describing the data, the chart, and the style parameters to be changed from the actual state. Passing null as style will reset every style parameter to default.

Properties

config?

optional config: Chart

Chart configuration changes.


data?

optional data: Set

Data set.


style?

optional style: null | Chart

Style changes.