

# Radar Chart

Radar 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 multivariate data in a radial layout with filled areas.

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


## Stroke with Dots
Displays data points with visible markers along the radar lines for clarity.

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


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

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


## Lines Only
Shows only the outline strokes without filled areas for a cleaner look.

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


## Circle Grid
Uses circular grid lines instead of polygon shapes for the background.

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


## Filled Grid
Renders the grid with filled background sections for enhanced visual contrast.

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

