DOT_PLOT_3X
Metadata
ID
dot-plot-3x
Catalog
chart-types
Source
spec/catalogs/chart-types/dot-plot-3x.json
| Field | Value |
|---|---|
| label | Dot Plot 3x |
| mappings | { "openxml": { "element": "scatterChart", "scatterStyle": "marker", "composition": "single", "notes": "Dot plots render as scatter markers in Open XML." } } |
| categories | 8 |
| columns | 2023, 2024, 2025 |
| group | XY (Scatter) |
| groupSort | 6 |
| series | 3 |
| seriesGroups | 2 |
| slideNumber | 36 |
| useSecondaryCategories | false |
| workbookRange | Sheet1!$A$1:$I$6 |
| complexity | calculated |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "dot-plot-3x",
"name": "DOT_PLOT_3X",
"label": "Dot Plot 3x",
"mappings": {
"openxml": {
"element": "scatterChart",
"scatterStyle": "marker",
"composition": "single",
"notes": "Dot plots render as scatter markers in Open XML."
}
},
"categories": 8,
"columns": [
"2023",
"2024",
"2025"
],
"group": "XY (Scatter)",
"groupSort": 6,
"series": 3,
"seriesGroups": 2,
"slideNumber": 36,
"useSecondaryCategories": false,
"workbookRange": "Sheet1!$A$1:$I$6",
"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": "Spacing 1",
"role": "helper",
"type": "number",
"position": "row3_col0"
},
{
"name": "Spacing 2",
"role": "helper",
"type": "number",
"position": "row4_col0"
},
{
"name": "Spacing 3",
"role": "helper",
"type": "number",
"position": "row5_col0"
}
],
"helperColumns": [
"Spacing 1",
"Spacing 2",
"Spacing 3"
],
"sampleData": {
"headers": [
"Series",
"Item 1",
"Item 2",
"Item 3",
"Item 4",
"Item 5",
"Item 6",
"Item 7",
"Item 8"
],
"rows": [
[
"2020",
466960,
335113,
171951,
142213,
132537,
359295,
309044,
121369
],
[
"2021",
259784,
350132,
232352,
596564,
219946,
691364,
328552,
587623
],
[
"2022",
368690,
486814,
275939,
220096,
271720,
426147,
213349,
126925
]
]
}
}