{}OPF
DocsChart Types recordEdit on GitHub

STACKED_AREA_3X

Metadata

ID

stacked-area-3x

Catalog

chart-types

Source

spec/catalogs/chart-types/stacked-area-3x.json

FieldValue
labelStacked Area 3x
mappings{ "openxml": { "element": "areaChart", "grouping": "stacked", "composition": "single" } }
categories12
columnsSeries 1, Value 1, Value 2, Value 3
groupArea
groupSort5
series3
seriesGroups1
slideNumber30
useSecondaryCategoriesfalse
workbookRangeSheet1!$A$1:$M$4
complexitysimple

Source JSON

stacked-area-3x.json
{
  "$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
  "id": "stacked-area-3x",
  "name": "STACKED_AREA_3X",
  "label": "Stacked Area 3x",
  "mappings": {
    "openxml": {
      "element": "areaChart",
      "grouping": "stacked",
      "composition": "single"
    }
  },
  "categories": 12,
  "columns": [
    "Series 1",
    "Value 1",
    "Value 2",
    "Value 3"
  ],
  "group": "Area",
  "groupSort": 5,
  "series": 3,
  "seriesGroups": 1,
  "slideNumber": 30,
  "useSecondaryCategories": false,
  "workbookRange": "Sheet1!$A$1:$M$4",
  "complexity": "simple",
  "dataColumns": [
    {
      "name": "Series 1",
      "role": "categoryLabel",
      "type": "string",
      "position": "row0_col0"
    },
    {
      "name": "Value 1",
      "role": "series",
      "type": "number",
      "position": "row1_col0"
    },
    {
      "name": "Value 2",
      "role": "series",
      "type": "number",
      "position": "row2_col0"
    },
    {
      "name": "Value 3",
      "role": "series",
      "type": "number",
      "position": "row3_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 1",
        29313,
        13201,
        16057,
        42092,
        72277,
        90120,
        19545,
        69692,
        64321,
        92544,
        85454,
        35485
      ],
      [
        "Value 2",
        60328,
        74799,
        62383,
        41979,
        29342,
        95990,
        10726,
        23970,
        65724,
        38683,
        33053,
        77889
      ],
      [
        "Value 3",
        70889,
        16582,
        83060,
        42662,
        25906,
        69829,
        27477,
        70901,
        97500,
        79616,
        83259,
        88047
      ]
    ]
  }
}