Launch sale — 60% off Pro
Contact
ChartRadar

Not affiliated with official shadcn/ui. Visit ui.shadcn.com for official docs.

React A radar chart with lines only

A React radar chart with outline-only polygons using fillOpacity={0} and stroke for minimal visualization with shadcn/ui and Recharts

Looking to implement shadcn/ui patterns?

Join our Discord community for help from other developers.


Filled polygons dominate visually. Sometimes you need subtlety. This React radar chart uses fillOpacity=0 with stroke and strokeWidth=2 to create outline-only polygons—no fills, just colored borders tracing the data shape. Built with shadcn/ui and Recharts with radialLines= for ultra-clean aesthetics, the outline approach works brilliantly when overlaying many series where fills would create visual mud. Users see distinct colored shapes without opacity-based layering complexity. Perfect for technical visualizations prioritizing precision over aesthetic impact, comparing 3-plus series where fills obscure each other, or minimal design contexts where line art beats solid shapes.

Pattern created by @haydenbleasel

Installation

Questions you might have