{
  "meta": {
    "scenario": "Ch 5 Practice with us: Copilot's cluttered Q3 revenue-by-region bar chart",
    "chapter": "Chapter 5 - Focus and Decluttering: The Discipline of Removal",
    "domain": "Enterprise cloud-revenue quarterly reporting",
    "synthetic": true,
    "practice_scope": true,
    "narrative_purpose": {
      "cluttered": "The chart as Copilot generated it, with every default decoration on: descriptive title, both axis labels, gridlines at every $2M, a data-value label on all four bars, a legend keyed to four brand colours that duplicates the x-axis categories, a chart border, and a light-gray background fill. The reader's task is to inventory each element as encodes / helps read / neither.",
      "decluttered": "What survives the removal pass: one accent colour on the region missing plan, a plan reference tick per region, a Big-Idea title, and value labels only where they carry the argument.",
      "story": "The quarter lands within 2% of plan, which reads as fine. EMEA misses by 15%. The clutter is what stops a reader seeing that in three seconds."
    },
    "note_on_scale": "Values are $M, matching nadia-q3-region.json so the two revenue-by-region figures stay comparable across chapters."
  },
  "quarter": {
    "revenue_m": 31.7,
    "plan_m": 32.2
  },
  "regional": [
    {
      "region": "Americas",
      "revenue_m": 12.4,
      "plan_m": 12.0
    },
    {
      "region": "EMEA",
      "revenue_m": 6.8,
      "plan_m": 8.0
    },
    {
      "region": "APAC",
      "revenue_m": 8.6,
      "plan_m": 8.4
    },
    {
      "region": "LATAM",
      "revenue_m": 3.9,
      "plan_m": 3.8
    }
  ],
  "big_idea": "EMEA finished Q3 at 85% of plan while every other region beat it; the quarter total hides a $1.2M gap.",
  "chart_states": {
    "cluttered": {
      "sort": "alphabetical (Americas, APAC, EMEA, LATAM)",
      "comparison": "none - no plan reference anywhere on the chart",
      "title": "Revenue by Region, Q3",
      "accent": "four different brand colours, one per region",
      "decorations": [
        "chart border",
        "light-gray background fill",
        "gridlines every $2M",
        "data-value label on every bar",
        "legend duplicating the x-axis categories",
        "x-axis label duplicating the category names"
      ]
    },
    "decluttered": {
      "sort": "plan-variance ascending (EMEA first)",
      "comparison": "plan reference tick per region",
      "title": "EMEA finished Q3 at 85% of plan; every other region beat it",
      "accent": "single accent colour on the EMEA bar",
      "decorations": []
    }
  }
}
