{}OPF
DocsChart Types recordEdit on GitHub

WORLD

Metadata

ID

world

Catalog

chart-types

Source

spec/catalogs/chart-types/world.json

FieldValue
labelWorld
mappings{ "openxml": { "element": "mapChart", "composition": "extension", "notes": "Office extension chart; exact extension markup is renderer-specific." } }
categories14
columnsCountry, Value
groupMap
groupSort12
series1
seriesGroups1
slideNumber66
useSecondaryCategoriesfalse
workbookRangeSheet1!$A$1:$O$2
complexitysimple

Source JSON

world.json
{
  "$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
  "id": "world",
  "name": "WORLD",
  "label": "World",
  "mappings": {
    "openxml": {
      "element": "mapChart",
      "composition": "extension",
      "notes": "Office extension chart; exact extension markup is renderer-specific."
    }
  },
  "categories": 14,
  "columns": [
    "Country",
    "Value"
  ],
  "group": "Map",
  "groupSort": 12,
  "series": 1,
  "seriesGroups": 1,
  "slideNumber": 66,
  "useSecondaryCategories": false,
  "workbookRange": "Sheet1!$A$1:$O$2",
  "complexity": "simple",
  "dataColumns": [
    {
      "name": "Country",
      "role": "categoryLabel",
      "type": "string",
      "position": "row0_col0"
    },
    {
      "name": "Value",
      "role": "series",
      "type": "number",
      "position": "row1_col0"
    }
  ],
  "sampleData": {
    "headers": [
      "Country",
      "Cat 1",
      "Cat 2",
      "Cat 3",
      "Cat 4",
      "Cat 5",
      "Cat 6",
      "Cat 7",
      "Cat 8",
      "Cat 9",
      "Cat 10",
      "Cat 11",
      "Cat 12",
      "Cat 13",
      "Cat 14"
    ],
    "rows": [
      [
        "Value",
        70305,
        57428,
        21551,
        67240,
        23875,
        41891,
        67104,
        87184,
        62487,
        78676,
        20308,
        61873,
        50668,
        54500
      ]
    ]
  }
}