# Series using Attribute

### Draw Chart Series Using Attribute <a href="#draw-chart-series-using-attribute" id="draw-chart-series-using-attribute"></a>

By default, all Vitara charts are formed as series utilizing metrics. However, we can use attributes to draw series on the Vitara chart.

The attribute that we want to generate a series in the chart must be placed in the “Color Drop” zone in dossiers. In the screenshot below, a line chart displays the details of the Revenue metric over quarter and year dimensions. That is, the series is created using the Revenue metric.

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

The similar graph can be used to show yearly income figures. We must draw the series using the year attribute for this. Simply drag and drop the Year attribute from the Category drop zone to the Color by drop zone, as seen in the screenshot below.

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

Now chart series is drawn using Year attribute.


---

# Agent Instructions: 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:

```
GET https://tsdocs.vitaracharts.com/readme/series-using-attribute.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
