Metrics Block

Data Story Insight

A single-insight analytical slide that connects evidence to implication.

data-story-insight1 slidebalanced density

Insight

The gap opens after onboarding

Use one chart and one implication, not a dashboard.

Finding
Implication
Action
Q4

Use Data Story Insight in your next deck — for free

STORYD writes a presentation around your topic and applies Data Story Insight across every slide. No template hunting, no copy-paste.

Build a deck with Data Story Insight →

Free, no card. Exports to PPTX.

OPF Config

blocks:data-story-insight
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "Data Story Insight",
    "subtitle": "A single-insight analytical slide that connects evidence to implication.",
    "purpose": "Turn one analytical finding into a clear narrative slide.",
    "narrative": {
      "id": "data-story"
    },
    "keyMessages": [
      "The finding is specific.",
      "The implication is stated.",
      "The next action follows from evidence."
    ],
    "tone": "technical",
    "tags": [
      "content-block",
      "data-story-insight"
    ]
  },
  "design": {
    "colors": {
      "scheme": "slate-gray"
    },
    "fonts": {
      "scheme": "open-sans"
    },
    "background": {
      "type": "solid",
      "color": "#ffffff"
    },
    "layoutPreferences": {
      "density": "balanced",
      "alignment": "left",
      "animations": false,
      "slideNumbers": false
    }
  },
  "slides": [
    {
      "id": "data-story-insight",
      "layout": "data-visualization",
      "section": "Data Story Insight",
      "elements": [
        {
          "id": "data-story-insight-title",
          "type": "text",
          "slot": "title",
          "content": {
            "text": "The gap opens after onboarding"
          },
          "style": {
            "fontSize": 34,
            "alignment": "left"
          }
        },
        {
          "id": "data-story-insight-subtitle",
          "type": "text",
          "slot": "subtitle",
          "content": {
            "text": "One finding, one implication, one action."
          },
          "style": {
            "fontSize": 16,
            "lineHeight": 1.3
          }
        },
        {
          "id": "data-story-insight-points",
          "type": "text",
          "slot": "body",
          "content": {
            "bullets": [
              "Finding: activation splits by segment",
              "Implication: onboarding needs branching",
              "Action: test segment-specific paths"
            ]
          },
          "style": {
            "fontSize": 15,
            "lineHeight": 1.25
          }
        },
        {
          "id": "data-story-insight-chart",
          "type": "chart",
          "slot": "visual",
          "chartType": "bar",
          "data": {
            "labels": [
              "Current",
              "Next",
              "Target"
            ],
            "datasets": [
              {
                "label": "Example",
                "values": [
                  12,
                  19,
                  27
                ]
              }
            ]
          },
          "options": {
            "title": "The gap opens after onboarding",
            "showValues": true,
            "showGrid": false
          }
        }
      ],
      "notes": "A single-insight analytical slide that connects evidence to implication."
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.

Use Case

Use when one data finding deserves its own narrative beat.

When to Use

For research readouts, analysis decks, business reviews, and experiment reviews.

When to Avoid

Avoid for dashboards where many metrics need equal weight.

Block Structure

data-visualization

The gap opens after onboarding

One finding, one implication, one action.

  • -Finding: activation splits by segment
  • -Implication: onboarding needs branching
  • -Action: test segment-specific paths

Best Practices

1

Make the chart title a finding.

2

Use annotations only for the key comparison.

3

Do not bury the implication in speaker notes.

Playground deep link: config=blocks:data-story-insight