> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Bar chart

> Learn what parameters you need to configure a bar chart

A bar chart groups data by categories, using rectangular bars with heights or lengths proportional to the values they represent.

<img src="https://mintcdn.com/prophecy-62973bd0/Gv5A3TvHfao8H7jw/data-analysis/development/runs/data-explorer/charts/img/bar-chart.png?fit=max&auto=format&n=Gv5A3TvHfao8H7jw&q=85&s=e0cb54efce47e66a3a6423cdda5daffd" alt="BarChart" width="2876" height="1616" data-path="data-analysis/development/runs/data-explorer/charts/img/bar-chart.png" />

You can configure the following parameters for the chart:

| Parameter       | Description                                 |
| --------------- | ------------------------------------------- |
| X-axis column   | Column used for the X-axis categories.      |
| Y-axis column   | Column used for the Y-axis values.          |
| Min. Value      | Minimum value displayed on the Y-axis.      |
| Max. Value      | Maximum value displayed on the Y-axis.      |
| Tick Interval   | Interval between tick marks on the Y-axis.  |
| Display Legends | Whether to display the legend on the chart. |
| Enable Tooltips | Whether to display tooltips on hover.       |
| Show Grid Lines | Whether to display grid lines on the chart. |
