Analyst Radar
Two series on the same factor web — the subject filled, its peer group a dashed outline behind it. Hover a spoke to read both numbers; the legend mutes a series so the other reads alone.
Analyst Radar
Two series on the same factor web — the subject filled, its peer group a dashed outline behind it. Hover a spoke to read both numbers; the legend mutes a series so the other reads alone.
When to use it
The two-series version, for comparing a subject against its peer group on the same factors. Choose it over two separate charts when the question is "where does this differ", since the overlap does that work visually.
Install
Adds Analyst Radar and its dependencies to your project through the shadcn CLI.
$ npx shadcn@latest add https://www.ssicevs.com/r/analyst-radar.jsonProps · AnalystRadar
| Prop | Type | Default |
|---|---|---|
| title? | string | "Factor scores" |
| caption? | string | "company vs sector" |
| axes? | string[]Up to 8 axis names — the polygon carries one vertex per axis. | DEFAULT_AXES |
| primary? | number[] | DEFAULT_PRIMARY |
| secondary? | number[] | DEFAULT_SECONDARY |
| primaryLabel? | string | "Company" |
| secondaryLabel? | string | "Sector" |
| primaryColor? | string | BLUE |
| secondaryColor? | string | AMBER |
Generated from the component source. Run npm run props:extract after changing a signature.