

# Bar Chart

Bar charts are ideal for visualizing categorical data and comparing multiple series side by side.
They can be stacked, oriented horizontally, or customized with legends and axes.

# Usage
The chart tooltip components are available in the `base_ui` library.


> **Error: '_ChartTooltip' not found in registry**


# Examples
Below are examples demonstrating how these components and charts can be used.

## Multiple Series
A simple vertical bar chart comparing data categories.

> **Error: 'barchart_v1' not found in registry**


## Horizontal
Display multiple datasets within the same chart for comparison.

> **Error: 'barchart_v2' not found in registry**


## Stacked with Legends
Combine related values by stacking bars for cumulative insights.

> **Error: 'barchart_v3' not found in registry**


## Labeled
Flip the orientation to show bars horizontally for improved readability.

> **Error: 'barchart_v4' not found in registry**


## Dynamic
Demonstrate dynamic updates or data-driven interactivity in your bar chart.

> **Error: 'barchart_v5' not found in registry**


## Active
Add a built-in legend for clarity when displaying multiple series.

> **Error: 'barchart_v6' not found in registry**


## Mixed Horizontal
Create a fully custom legend layout using Reflex components.

> **Error: 'barchart_v7' not found in registry**


## Custom Tabs
Customize and format your x and y axes for improved presentation.

> **Error: 'barchart_v8' not found in registry**


## Custom Legends
Show how the chart adapts across different screen sizes and layouts.

> **Error: 'barchart_v9' not found in registry**


## Alternating Colors
Apply gradient fills to your bars for a modern, polished look.

> **Error: 'barchart_v10' not found in registry**

