

# Line Chart

Line 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 line connection.

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


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

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


## Label
Shows data points with labels for clear value identification.

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


## Multiple
Visualizes multiple data series on the same chart for comparison.

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


## Title Label
Includes a title and labels for comprehensive chart context.

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


## Minimal
A clean, stripped-down version focusing on essential data visualization.

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


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

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


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

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

