Animation
Defines animation settings for chart series in a React component.
Props
The following table outlines the props for the Animation:
| Name | Type | Default | Description |
|---|---|---|---|
| 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 |