

# Pie Chart

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

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

## Basic
A minimal example showing proportional data distribution in a circular format.

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


## Hovering Labels
Displays labels that appear dynamically when hovering over chart segments.

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


## Inner Labels
Shows labels positioned inside each pie segment for compact presentation.

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


## Legend
Adds a built-in legend for easy segment identification and reference.

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


## Doughnut
Renders the pie chart with a hollow center for a modern doughnut style.

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


## Active
Demonstrates interactive segment highlighting and selection states.

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

