> 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/bar-column-width.md).

# Bar/Column Width

This option is available in the property editor under the ‘Columns/bars’ tab and is titled Bar/Column width.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXezZb9d6wEAsH1HsbE7YP5HDSnjrqMQ3BVs3s7gFQJKWs52tFdiSnINg4UdiHkWGMy_aIV9y5zj1tu9h9ygM1Uk_dEIxvK6FlHU0e006dRJQS9RKbfYdP2IGNRH7HfmCTmYYfbXYNCN8fQeX0oewZq-PGI?key=HG8zy91NAlh2msPjWJsC0g)

\
There is no longer a limit on the width of a bar/column. The width of bars plays a crucial role in highlighting differences between data points and aiding viewers in interpreting the information presented.

&#x20;On one hand, the removal of limitations on bar width provides greater flexibility and customization in chart design. Users now have the freedom to adjust the width of bars according to their preferences, leading to more visually appealing and engaging charts. This enhancement allows for better alignment with specific design requirements and the ability to create charts that effectively convey the intended message. Below is the screenshot of charts with bar width:

<figure><img src="/files/puocckmEwZpiwjUbYn3A" 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/bar-column-width.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.
