Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Hierarchy

Index

Properties

Optional color

Marker color animation group.

Optional coordSystem

coordSystem: GroupOptions

Coordinate system transformations animation group.

Optional delay

delay: Duration

Waiting time interval before the animation starts.

Optional duration

duration: Duration

The length of time an animation should take to complete.

Optional easing

easing: Easing

Sets the easing used for the animation.

Optional geometry

geometry: GroupOptions

Marker geometry morph animation group.

Optional hide

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

Optional legend

legend: GroupOptions

Legend animation parameters.

Optional playState

playState: "paused" | "running"

Determines if the animation should start automatically after the animate() call.

Optional show

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

Optional style

Animation group for style parameters.

Optional title

Title animation parameters.

Optional tooltip

tooltip: GroupOptions

Animation group for tooltip transitions.

Optional x

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

Optional y

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

Generated using TypeDoc