{}OPF
DocsChart Types recordEdit on GitHub

DOT_PLOT

Metadata

ID

dot-plot

Catalog

chart-types

Source

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

FieldValue
labelDot Plot
mappings{ "openxml": { "element": "scatterChart", "scatterStyle": "marker", "composition": "single", "notes": "Dot plots render as scatter markers in Open XML." } }
categories8
columns2023
groupXY (Scatter)
groupSort6
series1
seriesGroups2
slideNumber34
useSecondaryCategoriesfalse
workbookRangeSheet1!$A$1:$I$2
complexitycalculated

Source JSON

dot-plot.json
{
  "$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
  "id": "dot-plot",
  "name": "DOT_PLOT",
  "label": "Dot Plot",
  "mappings": {
    "openxml": {
      "element": "scatterChart",
      "scatterStyle": "marker",
      "composition": "single",
      "notes": "Dot plots render as scatter markers in Open XML."
    }
  },
  "categories": 8,
  "columns": [
    "2023"
  ],
  "group": "XY (Scatter)",
  "groupSort": 6,
  "series": 1,
  "seriesGroups": 2,
  "slideNumber": 34,
  "useSecondaryCategories": false,
  "workbookRange": "Sheet1!$A$1:$I$2",
  "complexity": "calculated",
  "dataColumns": [
    {
      "name": "2023",
      "role": "categoryLabel",
      "type": "string",
      "position": "row0_col0"
    },
    {
      "name": "Spacing 1",
      "role": "helper",
      "type": "number",
      "position": "row1_col0"
    }
  ],
  "helperColumns": [
    "Spacing 1"
  ],
  "sampleData": {
    "headers": [
      "Series",
      "Item 1",
      "Item 2",
      "Item 3",
      "Item 4",
      "Item 5",
      "Item 6",
      "Item 7",
      "Item 8"
    ],
    "rows": [
      [
        "2020",
        691807,
        128418,
        188025,
        549433,
        242291,
        584125,
        290556,
        152727
      ]
    ]
  }
}