The Animation
plugin animates series.
Use the following statement to import the plugin:
import { Animation } from '@devexpress/dx-react-chart';
Name | Type | Default | Description |
---|---|---|---|
easing? | ( t: number ) => number | An easing function for smooth animation. | |
duration? | number | 1000 | Animation's duration. |