> For the complete documentation index, see [llms.txt](https://tsdocs.vitaracharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tsdocs.vitaracharts.com/readme/animation.md).

# 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.

![](https://docs.vitaracharts.com/~gitbook/image?url=https%3A%2F%2F230207405-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FOuiTPVEbVQnzR38vviPf%252Fuploads%252F5azR1R2LKZnS7v1KYe9s%252Fimage.png%3Falt%3Dmedia%26token%3Df2b2b2cf-5460-408f-9d8d-b9ff773a53b6\&width=300\&dpr=4\&quality=100\&sign=7be01a72\&sv=2)

![](https://docs.vitaracharts.com/~gitbook/image?url=https%3A%2F%2Flh7-rt.googleusercontent.com%2Fdocsz%2FAD_4nXf15mC1wPLluEBiexuou5fnGAbCjFTLyVJfjNbCF2sfCRK9td7_LBzGL7xfpRYZaACfPs5ETOER2hNBd4UD_56CRJCm9_WfheC8coacATLjv-wAUA-SZdJfRMs1K21EUb7sik1dvw%3Fkey%3DHG8zy91NAlh2msPjWJsC0g\&width=300\&dpr=4\&quality=100\&sign=9e35dea9\&sv=2)

**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 <a href="#enable-disable-animation-in-vitara-charts-globally" id="enable-disable-animation-in-vitara-charts-globally"></a>

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.

![](https://docs.vitaracharts.com/~gitbook/image?url=https%3A%2F%2Flh7-rt.googleusercontent.com%2Fdocsz%2FAD_4nXefkYjRmbdUwi_cbzItTkEoi2UqXwOm1TZ3oi-VFZILmx8V0u4MNJJfNTveGvum4_VJn5G8gbmpRmi2mZ8l_AR6rp9kv4NjuFundG4p-ZkX8Awac1AJOm6HFzoyclSrV45EdhPv%3Fkey%3DHG8zy91NAlh2msPjWJsC0g\&width=300\&dpr=4\&quality=100\&sign=d4f068fe\&sv=2)

#### **File Location:** <a href="#file-location" id="file-location"></a>

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

**plugins\VitaraCharts\custom**

#### **How to Configure Animation** <a href="#how-to-configure-animation" id="how-to-configure-animation"></a>

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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tsdocs.vitaracharts.com/readme/animation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
