New to Kendo UI for Angular? Start a free 30-day trial

Disabling Chart Animations

Environment

ProductProgress® Kendo UI for Angular

Description

I update the data of the Kendo UI for Angular Chart dynamically and the user experience with the Chart animations is not good. How can I disable the animations of the Kendo UI for Angular Chart?

Solution

Set the transitions property of the ChartComponent to false.

    <kendo-chart
      [transitions]="false"
      [series]="chartSeries"
    >
    </kendo-chart>

In this article

Not finding the help you need?