Skip to content

Vizzu-Story


Vizzu-Story / Vizzu / Anim / Options

Interface: Options

If no animation settings are passed to Vizzu, it will use an automatic setting depending on the actual configuration of the chart. This behavior can be overridden via the animation setting parameter.

The animation between two states of the chart can require the transitioning of several different chart properties. These properties are grouped into separately configurable animation groups.

The parameters can also be set for the animation as a whole. These settings rescale the durations and delays of the animation groups to the specified total delay and duration.

Extends

Properties

caption?

optional caption: GroupOptions

Caption animation parameters.


color?

optional color: GroupOptions

Marker color animation group.


connection?

optional connection: GroupOptions

Animation group for area/line rewiring transitions.


coordSystem?

optional coordSystem: GroupOptions

Coordinate system transformations animation group.


delay?

optional delay: Duration

Waiting time interval before the animation starts.

Inherited from

GroupOptions.delay


duration?

optional duration: Duration

The length of time an animation should take to complete.

Inherited from

GroupOptions.duration


easing?

optional easing: Easing

Sets the easing used for the animation.

Inherited from

GroupOptions.easing


geometry?

optional geometry: GroupOptions

Marker geometry morph animation group.


hide?

optional hide: GroupOptions

Animation group for markers fading out (due to filtering or added/removed data series).


legend?

optional legend: GroupOptions

Legend animation parameters.


regroupStrategy?

optional regroupStrategy: RegroupStrategy

Selects the algorithm for transition in case of data grouped differently on the source and target chart.


show?

optional show: GroupOptions

Animation group for new markers fading in (due to filtering or added/removed data series).


style?

optional style: GroupOptions

Animation group for style parameters.


subtitle?

optional subtitle: GroupOptions

Subtitle animation parameters.


title?

optional title: GroupOptions

Title animation parameters.


tooltip?

optional tooltip: GroupOptions

Animation group for tooltip transitions.


x?

optional x: GroupOptions

Animation group for marker transitions in the direction of the x-axis.


y?

optional y: GroupOptions

Animation group for marker transitions in the direction of the y-axis.