Vizzu / Modules / types/anim / Target
Interface: Target
types/anim.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.