> 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/gradient-color.md).

# Gradient Color

Users are now able to interact with and modify the charts in their own special ways to make them appear more appealing since the gradient colour function was added to the Vitara charts.

## Steps to enable Gradient Color feature in dossier: <a href="#steps-to-enable-gradient-color-feature-in-dossier" id="steps-to-enable-gradient-color-feature-in-dossier"></a>

Gradient color feature is available in the following charts: area/line , tornado, bar/column, stacked column/bar ,pie and sparkline. Gradient color fill can be added where the series property is available.

It can be enabled by selecting options from the series tab for individual series.

<figure><img src="/files/2qmT8COVP1wnEB6sr10q" alt=""><figcaption></figcaption></figure>

It will show the color palette, which will have two selection handles to choose two colors that will render from beginning to end on the series. (From left to right)

<figure><img src="/files/2D07sEPlxqpGB91GO46E" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Y9zEZX4JYdQq4QucwwwZ" alt=""><figcaption></figcaption></figure>


---

# 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/gradient-color.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.
