{}OPF
DocsChart Types recordEdit on GitHub

RADAR_WITH_MARKERS

Metadata

ID

radar-with-markers

Catalog

chart-types

Source

spec/catalogs/chart-types/radar-with-markers.json

FieldValue
labelRadar with Markers
mappings{ "openxml": { "element": "radarChart", "radarStyle": "marker", "composition": "single" } }
categories8
columnsSeries 1, Value
groupRadar
groupSort7
series1
seriesGroups1
slideNumber41
useSecondaryCategoriesfalse
workbookRangeSheet1!$A$1:$I$2
complexitysimple

Source JSON

radar-with-markers.json
{
  "$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
  "id": "radar-with-markers",
  "name": "RADAR_WITH_MARKERS",
  "label": "Radar with Markers",
  "mappings": {
    "openxml": {
      "element": "radarChart",
      "radarStyle": "marker",
      "composition": "single"
    }
  },
  "categories": 8,
  "columns": [
    "Series 1",
    "Value"
  ],
  "group": "Radar",
  "groupSort": 7,
  "series": 1,
  "seriesGroups": 1,
  "slideNumber": 41,
  "useSecondaryCategories": false,
  "workbookRange": "Sheet1!$A$1:$I$2",
  "complexity": "simple",
  "dataColumns": [
    {
      "name": "Series 1",
      "role": "categoryLabel",
      "type": "string",
      "position": "row0_col0"
    },
    {
      "name": "Value",
      "role": "series",
      "type": "number",
      "position": "row1_col0"
    }
  ],
  "sampleData": {
    "headers": [
      "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
      ]
    ]
  }
}