{}OPF
DocsChart Types recordEdit on GitHub

DOT_PLOT_4X

Metadata

ID

dot-plot-4x

Catalog

chart-types

Source

spec/catalogs/chart-types/dot-plot-4x.json

FieldValue
labelDot Plot 4x
mappings{ "openxml": { "element": "scatterChart", "scatterStyle": "marker", "composition": "single", "notes": "Dot plots render as scatter markers in Open XML." } }
categories8
columns2023, 2024, 2025, 2026
groupXY (Scatter)
groupSort6
series4
seriesGroups2
slideNumber37
useSecondaryCategoriesfalse
workbookRangeSheet1!$A$1:$I$8
complexitycalculated

Source JSON

dot-plot-4x.json
{
  "$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
  "id": "dot-plot-4x",
  "name": "DOT_PLOT_4X",
  "label": "Dot Plot 4x",
  "mappings": {
    "openxml": {
      "element": "scatterChart",
      "scatterStyle": "marker",
      "composition": "single",
      "notes": "Dot plots render as scatter markers in Open XML."
    }
  },
  "categories": 8,
  "columns": [
    "2023",
    "2024",
    "2025",
    "2026"
  ],
  "group": "XY (Scatter)",
  "groupSort": 6,
  "series": 4,
  "seriesGroups": 2,
  "slideNumber": 37,
  "useSecondaryCategories": false,
  "workbookRange": "Sheet1!$A$1:$I$8",
  "complexity": "calculated",
  "dataColumns": [
    {
      "name": "2023",
      "role": "categoryLabel",
      "type": "string",
      "position": "row0_col0"
    },
    {
      "name": "2024",
      "role": "series",
      "type": "number",
      "position": "row1_col0"
    },
    {
      "name": "2025",
      "role": "series",
      "type": "number",
      "position": "row2_col0"
    },
    {
      "name": "2026",
      "role": "series",
      "type": "number",
      "position": "row3_col0"
    },
    {
      "name": "Spacing 1",
      "role": "helper",
      "type": "number",
      "position": "row4_col0"
    },
    {
      "name": "Spacing 2",
      "role": "helper",
      "type": "number",
      "position": "row5_col0"
    },
    {
      "name": "Spacing 3",
      "role": "helper",
      "type": "number",
      "position": "row6_col0"
    },
    {
      "name": "Spacing 4",
      "role": "helper",
      "type": "number",
      "position": "row7_col0"
    }
  ],
  "helperColumns": [
    "Spacing 1",
    "Spacing 2",
    "Spacing 3",
    "Spacing 4"
  ],
  "sampleData": {
    "headers": [
      "Series",
      "Item 1",
      "Item 2",
      "Item 3",
      "Item 4",
      "Item 5",
      "Item 6",
      "Item 7",
      "Item 8"
    ],
    "rows": [
      [
        "2020",
        427110,
        493537,
        515922,
        307963,
        179688,
        354646,
        206851,
        416232
      ],
      [
        "2021",
        226935,
        693423,
        143064,
        464069,
        658623,
        549186,
        488571,
        172306
      ],
      [
        "2022",
        630538,
        457806,
        113266,
        540463,
        614013,
        210665,
        554582,
        479781
      ],
      [
        "2023",
        582071,
        260422,
        556641,
        284692,
        647091,
        383201,
        664315,
        606983
      ]
    ]
  }
}