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?
optionalconfig:Chart
Chart configuration changes.
data?
optionaldata:Set
Data set.
style?
optionalstyle:null|Chart
Style changes.