{}OPF
DocsChart Types recordEdit on GitHub

LINE_WITH_MARKERS

Metadata

ID

line-with-markers

Catalog

chart-types

Source

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

FieldValue
labelLine with Markers
mappings{ "openxml": { "element": "lineChart", "marker": true, "composition": "single" } }
categories12
columnsSeries 1, Value
groupLine
groupSort2
series1
seriesGroups1
slideNumber10
useSecondaryCategoriesfalse
workbookRangeSheet1!$A$1:$M$2
complexitysimple

Source JSON

line-with-markers.json
{
  "$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
  "id": "line-with-markers",
  "name": "LINE_WITH_MARKERS",
  "label": "Line with Markers",
  "mappings": {
    "openxml": {
      "element": "lineChart",
      "marker": true,
      "composition": "single"
    }
  },
  "categories": 12,
  "columns": [
    "Series 1",
    "Value"
  ],
  "group": "Line",
  "groupSort": 2,
  "series": 1,
  "seriesGroups": 1,
  "slideNumber": 10,
  "useSecondaryCategories": false,
  "workbookRange": "Sheet1!$A$1:$M$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",
      "Q1 2026",
      "Q2 2026",
      "Q3 2026",
      "Q4 2026"
    ],
    "rows": [
      [
        "Value",
        19071,
        79822,
        26483,
        26828,
        96474,
        72296,
        82063,
        31643,
        44741,
        79163,
        89507,
        65461
      ]
    ]
  }
}