What's new webinar: AG Grid 36 and AG Charts 14 Join us for a webinar on 14th July at 2pm UTC+1 Register

Vue ChartsAnimation

Enterprise

Initial Load Copy Link

Switch between the different series types below to see their initial load animations. Toggling items in the legend will also animate the series in and out.

Data Updates Copy Link

A data update animation is split into three sequential phases — remove, update then add, which can be observed for different series types in this example:

Duration Copy Link

You can use the duration option to specify the length of all animations in milliseconds.

For an initial load, this is simply the duration of the whole animation.

For a data update, the duration is the total time of all three animation phases together — remove, update then add.

{
    animation: {
        duration: 500,
    },
}

In this example, click a duration then change the series type to see the initial load animation.

To highlight data changes with a flash effect, see Flash On Update.

API Reference Copy Link