# Range Bar Chart

A Range Bar displays information as a range of data by plotting two Y-values (low and high) per data point. The vertical axis shows the values, and the horizontal axis shows the categories they belong to. So, the range bar chart is a vertical version of the range column chart.

{% hint style="info" %}
You can find a more in depth explanation about the range bar on [this ](<https://apexcharts.com/docs/chart-types/range-bar-chart/  >)page:

&#x20;[https://apexcharts.com/docs/chart-types/range-bar-chart/  ](<https://apexcharts.com/docs/chart-types/range-bar-chart/  >)
{% endhint %}

![Range Bar Chart](/files/JanCdpqjJvmLujZL1bcp)

**Properties of Range Bar Chart**

<table data-header-hidden><thead><tr><th width="150"></th><th width="150"></th><th width="150"></th><th></th></tr></thead><tbody><tr><td><strong>Property Name</strong></td><td><strong>Data type</strong></td><td><strong>Type</strong></td><td><strong>Description</strong></td></tr><tr><td>Data source</td><td>List</td><td>Data Model</td><td>Data list source for the widget.</td></tr><tr><td>Label</td><td>Text</td><td>Expression</td><td>Labels displayed on y-axis.</td></tr><tr><td>Date start</td><td>Date</td><td>Expression</td><td>Starting date of a range.</td></tr><tr><td>Date end</td><td>Date</td><td>Expression</td><td>End date of a range.</td></tr><tr><td>Series</td><td>Text</td><td>Expression</td><td><p>This field is used to create different series from the same data source.</p><p>It's not required.</p></td></tr><tr><td>Series color</td><td>Text</td><td>Expression</td><td><p>This field is used to set the color of the series. If empty a random color will be selected.</p><p>Hexadecimal Colors format Ex.: "#2E93fA"</p></td></tr><tr><td>Show tooltip</td><td>Boolean</td><td>Expression</td><td>Show tooltip. Use true or false.</td></tr><tr><td>Theme</td><td>Text</td><td>Dropdown</td><td>Change the text and background colors of the chart. (Light, dark).</td></tr><tr><td>Background Color</td><td>Text</td><td>Expression</td><td><p>Change the background color of the chart. It's important to set the opacity with the color to show the gridlines.</p><p>Examples:</p><p>"#FFFFFF60" or "rgba(255, 255, 255, 0.6)"</p></td></tr><tr><td>Display vertical grid lines</td><td>Boolean</td><td>Expression</td><td>Display vertical grid lines.</td></tr><tr><td>Display horizontal grid lines</td><td>Boolean</td><td>Expression</td><td>Display horizontal grid lines.</td></tr><tr><td>Grid lines color</td><td>Text</td><td>Expression</td><td><p>Change color of the lines on the grid.</p><p>Example:</p><p>"#92a8d1" or "red" or "rgb(201, 76, 76)" or "rgba(201, 76, 76, 0.3)"</p></td></tr><tr><td>Legend font size</td><td>Number</td><td>Expression</td><td>Change font size of the legend.</td></tr><tr><td>Legend position</td><td>Text</td><td>Dropdown</td><td>Change position of the legend. (Bottom, top, left, right).</td></tr><tr><td>Fill Type</td><td>Text</td><td>Dropdown</td><td>Change fill type of the chart. (solid, gradient, pattern).</td></tr><tr><td>Fill opacity</td><td>Number</td><td>Expression</td><td><p>Change the fill opacity of the chart.</p><p>From 0.00  to 1.00</p></td></tr><tr><td>Show animation</td><td>Boolean</td><td>Expression</td><td>Display animation on render.</td></tr><tr><td>Height</td><td>Number</td><td>Expression</td><td>To set the height of the chart.</td></tr><tr><td>Width</td><td>Number</td><td>Expression</td><td>To se the width of the chart.</td></tr></tbody></table>


---

# 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.wem.io/platform/wemtipsandtricks/widgets/advanced-charts/range-bar-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.
