Line Chart Preset

Stacked Line 2x

Stacked Line 2x is an OPF line chart preset with canonical workbook metadata, sample data, and engine chart type mapping.

stacked-line-2xOPF type: STACKED_LINEsimple

Use Case

Show how one or more metrics change over ordered categories or time.

Data Requirements

2 series, 12 categories, flat category/series workbook

Group

Trend charts for time-series movement and multi-series comparisons.

Series

2 series across 12 categories

Workbook Range

Sheet1!$A$1:$M$3

Source Slide

Slide 13 in the OPF chart gallery deck

When to Use

Use for revenue, usage, retention, benchmarks, or any metric where direction matters more than isolated values.

When to Avoid

Avoid with unordered categories or when exact part-to-whole composition is the main message.

Best Practices

1

Keep line weights consistent

2

Direct-label series when possible

3

Use markers only when individual points matter

Recommended Companions

OPF Config

charts:stacked-line-2x
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — charts/stacked-line-2x"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "chart",
      "elements": [
        {
          "id": "gallery-chart-1",
          "type": "chart",
          "chartPreset": "stacked-line-2x",
          "data": {
            "labels": [
              "Q1 2024",
              "Q2 2024",
              "Q3 2024",
              "Q4 2024",
              "Q1 2025",
              "Q2 2025",
              "Q3 2025",
              "Q4 2025",
              "Q1 2026",
              "Q2 2026",
              "Q3 2026",
              "Q4 2026"
            ],
            "datasets": [
              {
                "label": "Value 1",
                "values": [
                  96374,
                  66498,
                  56438,
                  65519,
                  63883,
                  71213,
                  17100,
                  98259,
                  95649,
                  94696,
                  22899,
                  17944
                ]
              },
              {
                "label": "Value 2",
                "values": [
                  62772,
                  54473,
                  24322,
                  42591,
                  35112,
                  34931,
                  80292,
                  68800,
                  28373,
                  65296,
                  34050,
                  46509
                ]
              }
            ]
          }
        }
      ]
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.