LINE_3X
Metadata
ID
line-3x
Catalog
chart-types
Source
spec/catalogs/chart-types/line-3x.json
| Field | Value |
|---|---|
| label | Line 3x |
| mappings | { "openxml": { "element": "lineChart", "composition": "single" } } |
| categories | 12 |
| columns | Series 1, Value 1, Value 2, Value 3 |
| group | Line |
| groupSort | 2 |
| series | 3 |
| seriesGroups | 1 |
| slideNumber | 15 |
| useSecondaryCategories | false |
| workbookRange | Sheet1!$A$1:$M$4 |
| complexity | simple |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "line-3x",
"name": "LINE_3X",
"label": "Line 3x",
"mappings": {
"openxml": {
"element": "lineChart",
"composition": "single"
}
},
"categories": 12,
"columns": [
"Series 1",
"Value 1",
"Value 2",
"Value 3"
],
"group": "Line",
"groupSort": 2,
"series": 3,
"seriesGroups": 1,
"slideNumber": 15,
"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",
69638,
47388,
65444,
82845,
96752,
73788,
30289,
34890,
48890,
38534,
17665,
85914
],
[
"Value 2",
81066,
17989,
51104,
17492,
16572,
86569,
72493,
75909,
79615,
30635,
17455,
76562
],
[
"Value 3",
20500,
34356,
18981,
87992,
18907,
98501,
40828,
62923,
25713,
84668,
42271,
85880
]
]
}
}