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

# Bar Chart

> Available Bar Chart Types: Vertical, 100%, Grouped, Grouped Stacked, Horizontal, Horizontal 100%, Horizontal Grouped, Horizontal Grouped Stacked

## Data Configuration

### Standard

#### Chart Type

You can read about this section [here](/creating-dashboards/visualizations/data-tab#chart-type).

#### X-Axis

This section is for the field you wish to group the bar chart by.

#### Y-Axis

This section is for the field you wish to aggregate the bar chart on. You can add multiple columns into this section. Depending on the type of bar chart, the additional columns in this section will appear either as stacks on top of each other, or bars next to each other.

<Note> For Horizontal bar charts, the X and Y axis sections are swapped. </Note>

#### Group By

This section is for additional grouping on the bar chart. The type of bar chart will determine how the grouping is applied.

For vertical bar charts, 100% charts, horizontal bar charts and horizontal 100% bar charts, the grouping will split the bar for each
X-Axis category (Y-Axis for horizontal bar charts) into multiple sections stacked on top of each other. For grouped and horizontal
grouped bar charts, the grouping will create multiple bars next to each other (on top of each other for horizontal bars) for each
X-Axis category (Y-Axis for horizontal bar charts).

It is also possible to add multiple columns in this section. If multiple columns are selected, the end user will
be able to toggle between the group by options on the chart. More info about this can be found [here](/creating-dashboards/visualizations/format-tab/chart-level-filters).

<Note>It is not possible to have multiple aggregations **and** a group by column.</Note>

#### Filter

Read about the `Filter` section [here](/creating-dashboards/visualizations/data-tab#filter).

### Advanced

#### Clusters

For grouped stacked bar charts, this section will split each bar on the X-Axis (Y-Axis for horizontal grouped stacked bar chart) into multiple sections, all stacked on top of each other in a single bar.

#### Stacks

For grouped stacked bar charts, this section will create multiple bars next to each other (on top of each other for horizontal grouped stacked bar chart) for each group in the specified field.

## Formatting

#### Header

Read about the `Header` section [here](/creating-dashboards/visualizations/format-tab/overview#header).

#### Sorting

Read about the `Sorting` section [here](/creating-dashboards/visualizations/format-tab/sorting).

#### X-Axis

Read about the `X Axis` section [here](/creating-dashboards/visualizations/format-tab/x-axis).

#### Y-Axis

Read about the `Y Axis` section [here](/creating-dashboards/visualizations/format-tab/y-axis).

#### Enable Download

Read about the `Enable Download` section [here](/creating-dashboards/visualizations/format-tab/overview#enable-download).

#### Tooltip

Read about the `Tooltip` section [here](/creating-dashboards/visualizations/format-tab/overview#tooltip).

#### Goal Line

Read about the `Goal Line` section [here](/creating-dashboards/visualizations/format-tab/goal-lines).

#### Bar Chart

* **Include missing dates:** This section will extend the X-Axis to include dates that are not present in the data, but may be specified by the filters.

#### Data Labels

Read about the `Data Labels` section [here](/creating-dashboards/visualizations/format-tab/data-labels).

#### Legend

Read about the `Legend` section [here](/creating-dashboards/visualizations/format-tab/legends).

#### Colors

Read about the `Colors` section [here](/creating-dashboards/visualizations/format-tab/overview#colors).

#### URL Link

Read about the `URL Link` section [here](/creating-dashboards/visualizations/format-tab/overview#url-link).

#### No Data Configuration

Read about the `No Data Configuration` section [here](/creating-dashboards/visualizations/format-tab/overview#no-data-configuration).

#### Expose Underlying Data

Read about the `Expose Underlying Data` section [here](/creating-dashboards/drilldowns/underlying-data-drilldowns).
