

# Area Chart

Area Charts are ideal for showing changes over time or the magnitude of multiple datasets stacked together. They combine the smoothness of line charts with the visual impact of filled areas.

# 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.

## Basic
A minimal example showing a single series with a smooth gradient fill.

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


## Linear
Displays data using straight line segments between points.

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


## Step
Renders the chart with stepped transitions, ideal for discrete intervals.

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


## Stacked
Visualizes multiple data series stacked on top of each other for cumulative comparison.

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


## Dynamic
Demonstrates how data or series can update interactively in real-time.

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


## Legend
Adds a built-in legend for easy series identification.

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


## Axes
Shows full control over axis configuration, labels, and styling.

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


## Custom Legends
Implements a user-defined legend layout for better presentation control.

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


## Step with Gradient
Combines stepped transitions with a smooth color gradient for visual emphasis.

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


## Custom Legend and Axes
A complete example with custom legends, axes, and advanced styling combined.

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

