Radar Chart
Radar-style polar display with rotating sweep. Use cases: Air traffic control displays, weather radar visualization, sonar plots, 360° sensor sweeps, LIDAR scans.
Installation
Copy and paste the following code into your project.
npx @plexusui/cli add radar-chart
Manual Installation
1. Copy the component code from components/radar-chart.tsx
2. Install dependencies:
npm install react@latest
3. Copy any required primitive components
Examples
Loading example...