LINE_WITH_MARKERS_2X
Metadata
ID
line-with-markers-2x
Catalog
chart-types
Source
spec/catalogs/chart-types/line-with-markers-2x.json
| Field | Value |
|---|---|
| label | Line with Markers 2x |
| mappings | { "openxml": { "element": "lineChart", "marker": true, "composition": "single" } } |
| categories | 12 |
| columns | Series 1, Value 1, Value 2 |
| group | Line |
| groupSort | 2 |
| series | 2 |
| seriesGroups | 1 |
| slideNumber | 12 |
| useSecondaryCategories | false |
| workbookRange | Sheet1!$A$1:$M$3 |
| complexity | simple |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "line-with-markers-2x",
"name": "LINE_WITH_MARKERS_2X",
"label": "Line with Markers 2x",
"mappings": {
"openxml": {
"element": "lineChart",
"marker": true,
"composition": "single"
}
},
"categories": 12,
"columns": [
"Series 1",
"Value 1",
"Value 2"
],
"group": "Line",
"groupSort": 2,
"series": 2,
"seriesGroups": 1,
"slideNumber": 12,
"useSecondaryCategories": false,
"workbookRange": "Sheet1!$A$1:$M$3",
"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"
}
],
"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",
92719,
17716,
40007,
18834,
14117,
53309,
19287,
77391,
41195,
46500,
97684,
73624
],
[
"Value 2",
38080,
80678,
27342,
84847,
85525,
71953,
41850,
71993,
63354,
34957,
22363,
22704
]
]
}
}