# Variwide Chart

Convert a Column chart to a Variwide Column chart or a Bar chart to a Variwide Bar chart.

In a column chart, a variwide chart can be used to visualise a second dimension. In addition to its value, each data point is assigned a weight, which determines the breadth of the column. It computes the stack’s width to occupy the entire plot area and just allows the column widths to reflect a value.

Variwide charts can be created from column and bar charts. You must enable the Dynamic Width(metric\_name) to see the variwide chart. Variwide chart applications: Use the Vitara Column/Bar chart and navigate to the property editor. Property of an Open Column/Bar Enable the Dynamic Width (metric name) feature.

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

Below is the Variwide column chart where the Y-Axis represents the cost of the categories, while the column width is proportional to the categories.

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

Below is the Variwide Bar chart where the X-Axis represents the cost of the categories, while the column width is proportional to the categories.

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

## **Axis formattings in variwide chart**

In a Variwide chart, the axis representing categories changes depending on the width of the stack to fill the entire plot space. The percentage of elements is determined as \[(value of datapoint/sum of all metric values) \* 100]. The screenshot below shows how the percentage of profit is determined in the variwide chart.

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


---

# 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://docs.vitaracharts.com/readme/variwide-chart.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.
