Animation

Defines animation settings for chart series in a React component.

Props

The following table outlines the props for the Animation:

NameTypeDefaultDescription
delay
number
0

Delay before the animation starts, in milliseconds. Useful for sequencing animations or staggering effects.

duration
number
1000

Duration of the animation in milliseconds. Controls how long the animation effect lasts.

enable
boolean
true

When set to false, animation is disabled during the initial rendering of the chart series.