Animation

The Power of Animation in Charts:

Starting from version 5.3.5, the animation option for charts can now be toggled on or off, providing greater flexibility for customizing chart behaviour. This allows users to control the visual transition effects, improving the overall presentation of data.

To configure the animation, navigate to the specific tab for each chart. The animation setting is available for the following chart types:

  • Angular Gauge: Available under the Gauge tab.

  • Column/Bar Chart: Available under the Column/bar tab.

  • Stacked Column/Bar Chart: Available under the Stacked Bar/Column tab.

  • Sparkline/Line/Area : Available under the Line tab

  • Tornado: Available under the Tornado tab.

Note: Starting from version 5.3.5, the animation option has been removed from the Series tab and is now only configurable through the respective chart tabs listed above.

Please refer to the screenshots below for references to the Column and Angular Gauge Charts.

Note : To use this specific customization in your environment, please send a request to the VitaraCharts support team. All customization files are managed in a cloud environment by the support team."

Enable/Disable Animation in Vitara Charts Globally

In the Vitara Charts , we have introduced an enhancement that allows users to enable or disable animation across all visualizations.

An option in the ‘global.txt’ file:

A property is included in the global.txt file. By using this property, you can enable/disable the “animation” in all the dossiers/documents where Vitara Charts are used.

Below is the screenshot of this property from the global.txt file.

File Location:

The global.txt file can be found in the following locations:

plugins\VitaraCharts\custom

How to Configure Animation

In the global.txt file, set the following property:

Default Setting: chart.animation=1 (Animation is enabled by default.)

  • This ensures that all charts display animation automatically, without requiring manual activation in each chart’s editor menu.

To Disable Animation: Set chart.animation=0 to turn off animation globally.

Last updated