SPARKLINE
Metadata
ID
sparkline
Catalog
chart-types
Source
spec/catalogs/chart-types/sparkline.json
| Field | Value |
|---|---|
| label | Sparkline |
| mappings | { "openxml": { "element": "lineChart", "composition": "single", "notes": "Presentation sparklines render as compact line charts." } } |
| categories | 12 |
| columns | Period, Category 1 |
| group | Sparkline |
| groupSort | 11 |
| series | 1 |
| seriesGroups | 2 |
| slideNumber | 60 |
| useSecondaryCategories | true |
| workbookRange | Sheet1!$A$1:$M$5 |
| complexity | normalized |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-chart-type/v1",
"id": "sparkline",
"name": "SPARKLINE",
"label": "Sparkline",
"mappings": {
"openxml": {
"element": "lineChart",
"composition": "single",
"notes": "Presentation sparklines render as compact line charts."
}
},
"categories": 12,
"columns": [
"Period",
"Category 1"
],
"group": "Sparkline",
"groupSort": 11,
"series": 1,
"seriesGroups": 2,
"slideNumber": 60,
"useSecondaryCategories": true,
"workbookRange": "Sheet1!$A$1:$M$5",
"complexity": "normalized",
"dataColumns": [
{
"name": "Period",
"role": "categoryLabel",
"type": "string",
"position": "row0_col0"
},
{
"name": "Category 1",
"role": "series",
"type": "number",
"position": "row1_col0"
},
{
"name": "y",
"role": "helper",
"type": "number",
"position": "row2_col0"
},
{
"name": "Normalized 1",
"role": "helper",
"type": "number",
"position": "row3_col0"
},
{
"name": "y-Normalized 1",
"role": "helper",
"type": "number",
"position": "row4_col0"
}
],
"helperColumns": [
"y",
"Normalized 1",
"y-Normalized 1"
],
"sampleData": {
"headers": [
"Period",
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
],
"rows": [
[
"Category 1",
234782949,
140128302,
190588397,
199789165,
263795306,
211391462,
304598959,
249294712,
275548145,
147018690,
238203096,
265921274
]
]
}
}