Trend ChartMulti-series line

Multi-series line

Bakery product margin trends over eight quarters.

Try in Playground
Multi-series line slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Trend Chart
Output
.pptx + PDF + PNG

Example brief

A detailed multi-series line chart comparing gross margins across three bakery product lines—Artisan Sourdough, Pastry, and Wholesale Loaves—over a two-year period. The slide highlights a significant upward trend in Sourdough margins following the implementation of automated proofing technology in early 2025, eventually leading the category. It includes a specific event marker for the tech rollout and a strategic recommendation to scale this automation to the pastry segment.

Render it

Structured intent — create_slide payload

Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.

{
  "form": "trend_chart",
  "variant": "multi_series_line",
  "headline": "Artisan sourdough margins surpassed wholesale yields following the 2024 regional bakery consolidation",
  "context": "Gross margin performance by product category (%)",
  "caution": "Artisan margins rose 10pp following the automated proofing installation.",
  "takeaway": "Prioritize capital expenditure for automated proofing in the Pastry division.",
  "source_note": "Production Cost Ledger, 12 January 2026",
  "data": {
    "periods": [
      "Q1 2024",
      "Q2 2024",
      "Q3 2024",
      "Q4 2024",
      "Q1 2025",
      "Q2 2025",
      "Q3 2025",
      "Q4 2025"
    ],
    "series": [
      {
        "label": "Artisan Sourdough",
        "values": [
          22,
          23,
          25,
          26,
          28,
          31,
          34,
          38
        ],
        "unit": "%",
        "emphasis": "primary"
      },
      {
        "label": "Pastry & Viennoiserie",
        "values": [
          28,
          28,
          29,
          30,
          29,
          30,
          31,
          32
        ],
        "unit": "%"
      },
      {
        "label": "Wholesale Sandwich Loaves",
        "values": [
          24,
          25,
          25,
          26,
          26,
          27,
          28,
          29
        ],
        "unit": "%"
      }
    ],
    "events": [
      {
        "period": "Q1 2025",
        "label": "Automated Proofing"
      }
    ]
  }
}

cURL (REST)

curl -X POST https://api.slideforge.dev/v1/render/intent \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{"form":"trend_chart","variant":"multi_series_line","headline":"Artisan sourdough margins surpassed wholesale yields following the 2024 regional bakery consolidation","context":"Gross margin performance by product category (%)","caution":"Artisan margins rose 10pp following the automated proofing installation.","takeaway":"Prioritize capital expenditure for automated proofing in the Pastry division.","source_note":"Production Cost Ledger, 12 January 2026","data":{"periods":["Q1 2024","Q2 2024","Q3 2024","Q4 2024","Q1 2025","Q2 2025","Q3 2025","Q4 2025"],"series":[{"label":"Artisan Sourdough","values":[22,23,25,26,28,31,34,38],"unit":"%","emphasis":"primary"},{"label":"Pastry & Viennoiserie","values":[28,28,29,30,29,30,31,32],"unit":"%"},{"label":"Wholesale Sandwich Loaves","values":[24,25,25,26,26,27,28,29],"unit":"%"}],"events":[{"period":"Q1 2025","label":"Automated Proofing"}]}}'

Frequently asked questions

How do I render the Multi-series line template?

Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.

Does an AI write the slide?

No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.

Can I customize the colors and fonts?

Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.

Try this template

Render Multi-series line deterministically — editable PowerPoint in under a second.

Multi-series line Slide Template | SlideForge | SlideForge (slideforge.dev)