PPTX.gallery
Open in PPTX.dev

Radar Chart Preset

Filled Radar

Filled Radar is an OPF radar chart preset with canonical workbook metadata, sample data, and engine chart type mapping.

filled-radarOPF type: FILLED_RADARsimple

Use Case

Compare capability profiles, maturity scores, or qualitative ratings across dimensions.

Data Requirements

1 series, 8 categories, flat category/series workbook

Group

Multi-axis profile charts for comparing scores across shared dimensions.

Series

1 series across 8 categories

Workbook Range

Sheet1!$A$1:$I$2

Source Slide

Slide 42 in the OPF chart gallery deck

When to Use

Use for small profile comparisons where shape is easier to scan than a table.

When to Avoid

Avoid when exact value comparison is critical or when there are too many axes.

Best Practices

1

Limit dimensions to a readable set

2

Use consistent axis scales

3

Explain what a larger shape means

Recommended Companions

OPF Config

charts:filled-radar
Open Presentation Format
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "PPTX.gallery — charts/filled-radar",
  "description": "Filled Radar is an OPF radar chart preset with canonical workbook metadata, sample data, and engine chart type mapping.",
  "tags": [
    "gallery:charts/filled-radar"
  ],
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "data-visualization",
      "title": "Filled Radar",
      "subtitle": "Compare capability profiles, maturity scores, or qualitative ratings across dimensions.",
      "chart": {
        "type": "filled-radar",
        "data": {
          "columns": [
            "Series 1",
            "Q1 2024",
            "Q2 2024",
            "Q3 2024",
            "Q4 2024",
            "Q1 2025",
            "Q2 2025",
            "Q3 2025",
            "Q4 2025"
          ],
          "rows": [
            [
              "Value",
              85631,
              92502,
              99974,
              17026,
              29887,
              29555,
              83772,
              49824
            ]
          ]
        }
      }
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.