SPARKLINE_3X
Metadata
ID
sparkline-3x
Catalog
chart-types
Source
spec/catalogs/chart-types/sparkline-3x.json
| Field | Value |
|---|---|
| label | Sparkline 3x |
| mappings | { "openxml": { "element": "lineChart", "composition": "single", "notes": "Presentation sparklines render as compact line charts." } } |
| categories | 12 |
| columns | Period, Category 1, Category 2, Category 3 |
| group | Sparkline |
| groupSort | 11 |
| series | 3 |
| seriesGroups | 2 |
| slideNumber | 62 |
| useSecondaryCategories | true |
| workbookRange | Sheet1!$A$1:$M$11 |
| complexity | normalized |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "sparkline-3x",
"name": "SPARKLINE_3X",
"label": "Sparkline 3x",
"mappings": {
"openxml": {
"element": "lineChart",
"composition": "single",
"notes": "Presentation sparklines render as compact line charts."
}
},
"categories": 12,
"columns": [
"Period",
"Category 1",
"Category 2",
"Category 3"
],
"group": "Sparkline",
"groupSort": 11,
"series": 3,
"seriesGroups": 2,
"slideNumber": 62,
"useSecondaryCategories": true,
"workbookRange": "Sheet1!$A$1:$M$11",
"complexity": "normalized",
"dataColumns": [
{
"name": "Period",
"role": "categoryLabel",
"type": "string",
"position": "row0_col0"
},
{
"name": "Category 1",
"role": "series",
"type": "number",
"position": "row1_col0"
},
{
"name": "Category 2",
"role": "series",
"type": "number",
"position": "row2_col0"
},
{
"name": "Category 3",
"role": "series",
"type": "number",
"position": "row3_col0"
},
{
"name": "y",
"role": "helper",
"type": "number",
"position": "row4_col0"
},
{
"name": "Normalized 1",
"role": "helper",
"type": "number",
"position": "row5_col0"
},
{
"name": "Normalized 2",
"role": "helper",
"type": "number",
"position": "row6_col0"
},
{
"name": "Normalized 3",
"role": "helper",
"type": "number",
"position": "row7_col0"
},
{
"name": "y-Normalized 1",
"role": "helper",
"type": "number",
"position": "row8_col0"
},
{
"name": "y-Normalized 2",
"role": "helper",
"type": "number",
"position": "row9_col0"
},
{
"name": "y-Normalized 3",
"role": "helper",
"type": "number",
"position": "row10_col0"
}
],
"helperColumns": [
"y",
"Normalized 1",
"y-Normalized 1",
"Normalized 2",
"y-Normalized 2",
"Normalized 3",
"y-Normalized 3"
],
"sampleData": {
"headers": [
"Period",
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
],
"rows": [
[
"Category 1",
338462295,
276932956,
400666289,
347928219,
415971322,
310932479,
341099445,
395630768,
338015417,
349303356,
372387534,
399840797
],
[
"Category 2",
218545093,
280934686,
256377435,
282303827,
229662184,
329557775,
242959879,
233028457,
274021564,
257568424,
244736923,
325689941
],
[
"Category 3",
309718062,
186010334,
271920884,
366910365,
230612761,
313191655,
320164466,
376638873,
356200696,
380823365,
396357729,
334149486
]
]
}
}