---
title: "Bi-Variate Bar"
description: "Compare multiple grouped or split categorical values across multiple panels using horizontal bar charts."
group: Charts
tags: [Visualization, Chart, Dashboard, Categorical Comparison, Split Charts, Small Multiples]
---

import { Aside, Steps } from '@astrojs/starlight/components';

# Bi-Variate Bar

A **BiVariate Bar Chart** is a powerful extension of a standard horizontal bar chart, designed for comparing multiple split groups across categories. It can render one or more grids side by side (or in a grid layout), each showing a subset of data segmented by a **Split dimension**. Optionally, a **Group dimension** can be added to stack or cluster bars within each category.

**Use Cases:**
- Visualizing survey responses split by demographic groups across regions.
- Department-wise comparison of budget allocations by fiscal year.
- Market share distribution for different product lines split by geography.
- Metric breakdown by teams within multiple business units.

<Aside>
  Use a **BiVariate Bar Chart** when you need to split your data into distinct groups for side-by-side or stacked comparison using horizontal bar visuals.
</Aside>

---

## ⚙️ Setup

<Steps>
1. Drag the **BiVariate Bar Chart** widget from the chart library onto your designer workspace.
2. Select the chart.
3. Go to the [Widget Configuration](/insights-v8/guide-to-infoboard-designer/customize-panel/configure/) tab in the Configuration panel.
4. Under the Configuration panel tab, select the [Basic Configuration](/insights-v8/guide-to-infoboard-designer/customize-panel/configure/#basic) option to access the essential settings for the bi variate bar chart.
5. Select the [Source](/insights-v8/guide-to-infoboard-designer/customize-panel/setup/#sources) which the chart will pull the data from the option.
6. Map:
   - **[Measure (Value)](/studio-v8/datasources/measures-dimensions-and-hierarchies/)** — The numeric metric to be displayed as bar length.
   - **[Dimension (Axis)](/studio-v8/datasources/measures-dimensions-and-hierarchies/)** — The categorical value for the Y-axis.
   - **[Dimension (Split)](/studio-v8/datasources/measures-dimensions-and-hierarchies/)** — The dimension to split charts into multiple grids (e.g. region, year).
   - **[Group (Dimension)](/studio-v8/datasources/measures-dimensions-and-hierarchies/)** — (Optional)  A second category to stack or group bars inside each panel.
7. Optionally add a **Date** field for time-based filtering.
8. Enable **Hide Zero Values** to omit symbols with zero values if needed.
</Steps>

---

## 📊 Basic Configuration

| Configuration Item | Description |
|:------------------|:----------------------------|
| **[Source](/insights-v8/guide-to-infoboard-designer/customize-panel/setup/#sources)**        | Source providing the data for measures and dimensions. |
| **[Measure (Value)](/studio-v8/datasources/measures-dimensions-and-hierarchies/)** | Numeric measure displayed as bar length. |
| **[Dimension (Axis)](/studio-v8/datasources/measures-dimensions-and-hierarchies/)** | Categorical label for each bar (Y-axis). |
| **[Dimension (Split)](/studio-v8/datasources/measures-dimensions-and-hierarchies/)** | Splits data into multiple grids/panels. |
| **[Group](/studio-v8/datasources/measures-dimensions-and-hierarchies/)** (optional) | Second categorical dimension to group/stack bars within a panel. |

---

## 🎨 Chart Customizations

| Category | Options & Description |
|:---------|:-------------------------------------------------|
| **[General](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#general)** | Modify the chart’s general appearance, including the background color, borders, shadows, and drill-out choices. |
| **[Title](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#title)** | Enable and customize chart title text, alignment, font, and color. |
| **[Sorting](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#sorting)** | Set sort order for Axis values. |
| **[Grid](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#grid)** | Adjust chart margins, grid spacing, and padding around the matrix area. |
| **[Legend](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#legends)** | Toggle visibility, position, orientation, and customize legend labels and icons. |
| **[HeatMap](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#heatmap)** | Configure a visual color map to represent value intensity with a gradient. |
| **[Categorical Axis](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#categorical-axis)** | Customize axis labels, intervals, rotation, visibility, and range sliders for both axes. |
| **[Numerical Axis](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#numerical-axis)** | Set axis type, scale (linear/log), and formatting. |
| **[Series](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#series-customization)** | Customize bar width, color schemes, shadows, and stacking behavior. |
| **[Tooltip](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#tooltip)** | Control tooltip content, formatting, and visibility on hover. |
| **Others** | Stack bars, apply custom colors to single-series mode, control border radius, and box shadows. |

<Aside>
* **Stacking**: When enabled, multiple group values within a split panel will stack.
* **Colorize Single Series**: When no Group is used, this assigns a distinct color per Axis category.
</Aside>

---

## 📊 Example Visualization

![Bi variate bar chart](/images/Insights/Infoboards/Infoboard-Designer/Chart-Library/bi-variate-bar.png)
