LINE_WITH_MARKERS_3X
Metadata
ID
line-with-markers-3x
Catalog
chart-types
Source
spec/catalogs/chart-types/line-with-markers-3x.json
| Field | Value |
|---|---|
| label | Line with Markers 3x |
| mappings | { "openxml": { "element": "lineChart", "marker": true, "composition": "single" } } |
| categories | 12 |
| columns | Series 1, Value 1, Value 2, Value 3 |
| group | Line |
| groupSort | 2 |
| series | 3 |
| seriesGroups | 1 |
| slideNumber | 16 |
| useSecondaryCategories | false |
| workbookRange | Sheet1!$A$1:$M$4 |
| complexity | simple |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "line-with-markers-3x",
"name": "LINE_WITH_MARKERS_3X",
"label": "Line with Markers 3x",
"mappings": {
"openxml": {
"element": "lineChart",
"marker": true,
"composition": "single"
}
},
"categories": 12,
"columns": [
"Series 1",
"Value 1",
"Value 2",
"Value 3"
],
"group": "Line",
"groupSort": 2,
"series": 3,
"seriesGroups": 1,
"slideNumber": 16,
"useSecondaryCategories": false,
"workbookRange": "Sheet1!$A$1:$M$4",
"complexity": "simple",
"dataColumns": [
{
"name": "Series 1",
"role": "categoryLabel",
"type": "string",
"position": "row0_col0"
},
{
"name": "Value 1",
"role": "series",
"type": "number",
"position": "row1_col0"
},
{
"name": "Value 2",
"role": "series",
"type": "number",
"position": "row2_col0"
},
{
"name": "Value 3",
"role": "series",
"type": "number",
"position": "row3_col0"
}
],
"sampleData": {
"headers": [
"Series 1",
"Q1 2024",
"Q2 2024",
"Q3 2024",
"Q4 2024",
"Q1 2025",
"Q2 2025",
"Q3 2025",
"Q4 2025",
"Q1 2026",
"Q2 2026",
"Q3 2026",
"Q4 2026"
],
"rows": [
[
"Value 1",
87924,
15209,
91183,
20745,
64948,
96163,
86503,
84085,
78522,
51467,
44179,
36772
],
[
"Value 2",
97782,
51180,
41285,
44814,
61876,
27154,
98039,
94607,
49321,
69929,
51441,
19508
],
[
"Value 3",
11220,
70068,
91416,
83792,
23104,
19602,
80468,
37938,
76307,
44760,
27361,
55745
]
]
}
}