DOT_PLOT_2X
Metadata
ID
dot-plot-2x
Catalog
chart-types
Source
spec/catalogs/chart-types/dot-plot-2x.json
| Field | Value |
|---|---|
| label | Dot Plot 2x |
| mappings | { "openxml": { "element": "scatterChart", "scatterStyle": "marker", "composition": "single", "notes": "Dot plots render as scatter markers in Open XML." } } |
| categories | 8 |
| columns | 2023, 2024 |
| group | XY (Scatter) |
| groupSort | 6 |
| series | 2 |
| seriesGroups | 2 |
| slideNumber | 35 |
| useSecondaryCategories | false |
| workbookRange | Sheet1!$A$1:$I$4 |
| complexity | calculated |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "dot-plot-2x",
"name": "DOT_PLOT_2X",
"label": "Dot Plot 2x",
"mappings": {
"openxml": {
"element": "scatterChart",
"scatterStyle": "marker",
"composition": "single",
"notes": "Dot plots render as scatter markers in Open XML."
}
},
"categories": 8,
"columns": [
"2023",
"2024"
],
"group": "XY (Scatter)",
"groupSort": 6,
"series": 2,
"seriesGroups": 2,
"slideNumber": 35,
"useSecondaryCategories": false,
"workbookRange": "Sheet1!$A$1:$I$4",
"complexity": "calculated",
"dataColumns": [
{
"name": "2023",
"role": "categoryLabel",
"type": "string",
"position": "row0_col0"
},
{
"name": "2024",
"role": "series",
"type": "number",
"position": "row1_col0"
},
{
"name": "Spacing 1",
"role": "helper",
"type": "number",
"position": "row2_col0"
},
{
"name": "Spacing 2",
"role": "helper",
"type": "number",
"position": "row3_col0"
}
],
"helperColumns": [
"Spacing 1",
"Spacing 2"
],
"sampleData": {
"headers": [
"Series",
"Item 1",
"Item 2",
"Item 3",
"Item 4",
"Item 5",
"Item 6",
"Item 7",
"Item 8"
],
"rows": [
[
"2020",
372793,
497519,
443254,
321941,
576786,
442722,
453894,
497542
],
[
"2021",
391773,
542042,
364525,
185884,
593152,
120324,
665621,
154615
]
]
}
}