Sparkline Chart Preset

Sparkline 4x

Sparkline 4x is an OPF sparkline chart preset with canonical workbook metadata, sample data, and engine chart type mapping.

sparkline-4xOPF type: SERIES_OF_MIXED_TYPESnormalized

Use Case

Add trend context beside KPIs without consuming a full chart panel.

Data Requirements

4 series, 12 categories, normalized table workbook, 2 series groups, secondary categories

Group

Compact trend lines for dense dashboards and inline metric context.

Series

4 series across 12 categories

Workbook Range

Sheet1!$A$1:$M$14

Source Slide

Slide 63 in the OPF chart gallery deck

When to Use

Use when the exact values are secondary and direction or volatility is the signal.

When to Avoid

Avoid when axes, exact labels, or multiple annotations are required.

Best Practices

1

Pair with a headline metric

2

Keep the sparkline visually quiet

3

Avoid overexplaining tiny charts

Recommended Companions

OPF Config

charts:sparkline-4x
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — charts/sparkline-4x"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "chart",
      "elements": [
        {
          "id": "gallery-chart-1",
          "type": "chart",
          "chartPreset": "sparkline-4x",
          "data": {
            "labels": [
              "Jan",
              "Feb",
              "Mar",
              "Apr",
              "May",
              "Jun",
              "Jul",
              "Aug",
              "Sep",
              "Oct",
              "Nov",
              "Dec"
            ],
            "datasets": [
              {
                "label": "Category 1",
                "values": [
                  351100762,
                  352741011,
                  379496599,
                  387966832,
                  282312384,
                  311282670,
                  452151921,
                  379790805,
                  433333748,
                  384493624,
                  422399875,
                  417323155
                ]
              },
              {
                "label": "Category 2",
                "values": [
                  112746904,
                  221229196,
                  183077367,
                  149559096,
                  179550365,
                  213793767,
                  147945453,
                  227710269,
                  229965985,
                  174297265,
                  161163531,
                  183746340
                ]
              },
              {
                "label": "Category 3",
                "values": [
                  237548014,
                  134668693,
                  198704600,
                  207612874,
                  201403806,
                  147410128,
                  125604425,
                  201890459,
                  198475165,
                  249611663,
                  269899922,
                  220220298
                ]
              },
              {
                "label": "Category 4",
                "values": [
                  151483519,
                  143799732,
                  124809837,
                  255107244,
                  238648426,
                  290700676,
                  206450687,
                  161961806,
                  284636227,
                  166280805,
                  280244757,
                  229378769
                ]
              }
            ]
          }
        }
      ]
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.