PPTX.gallery
Open in PPTX.dev

Radar Chart Preset

Radar with Markers

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

radar-with-markersOPF type: RADAR_WITH_MARKERSsimple

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 41 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:radar-with-markers
Open Presentation Format
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "PPTX.gallery — charts/radar-with-markers",
  "description": "Radar with Markers is an OPF radar chart preset with canonical workbook metadata, sample data, and engine chart type mapping.",
  "tags": [
    "gallery:charts/radar-with-markers"
  ],
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "data-visualization",
      "title": "Radar with Markers",
      "subtitle": "Compare capability profiles, maturity scores, or qualitative ratings across dimensions.",
      "chart": {
        "type": "radar-with-markers",
        "data": {
          "columns": [
            "Series 1",
            "Q1 2024",
            "Q2 2024",
            "Q3 2024",
            "Q4 2024",
            "Q1 2025",
            "Q2 2025",
            "Q3 2025",
            "Q4 2025"
          ],
          "rows": [
            [
              "Value",
              16734,
              43092,
              72616,
              24953,
              18564,
              62521,
              74454,
              19710
            ]
          ]
        }
      }
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.