<MaturityRadar>
Radar chart of maturity dimensions with optional target overlay; uses slide theming and fades in on slide enter (client).
When to use: Workshop or IC slide for multi-dimensional capability assessment (automation maturity, operating model, SEO pillars). Prefer over StatBarChart when scores are comparable across axes on a 1–5 scale.
Often with: StatBarChartStatusMatrixPyramidTopicGrid
Preview
| Prop | Type | Notes |
|---|---|---|
| dimensions | string[] | Required. Axis labels, in order. |
| current | number[] | Required. Current scores, same order as dimensions. |
| target | number[] | Optional. Optional target scores, drawn as a dashed overlay. |
| max | number | Optional. Default: 5. Maximum value on the radial axis. |
| title | string | Optional. Slide heading above the chart. |
| description | string | Optional. Subtitle or methodology note. |
| tween | object | Optional. Optional GSAP vars for chart entrance. |
Examples
<MaturityRadar
dimensions={["Data quality", "Tooling", "Process clarity", "Governance", "Automation skills"]}
current={[3, 2, 3, 2, 2]}
target={[4, 4, 4, 4, 3]}
title="Automation maturity — current vs. 6-month target"
description="Scores from stakeholder interviews (1 = ad hoc, 5 = optimised)."
/>