{
  "title": {
    "text": "2025 outturn versus 2026 IMF projection",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" }
  },
  "legend": {
    "top": 36,
    "data": ["2025", "2026 projection"]
  },
  "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } },
  "grid": {
    "left": 48,
    "right": 24,
    "top": 80,
    "bottom": 48,
    "containLabel": true
  },
  "xAxis": {
    "type": "category",
    "data": ["United States", "Japan", "United Kingdom", "Germany", "France", "Italy", "Canada"],
    "axisLabel": { "interval": 0, "rotate": 28, "color": "#334155" }
  },
  "yAxis": {
    "type": "value",
    "name": "Percent",
    "min": 0,
    "max": 4,
    "interval": 1,
    "axisLabel": { "color": "#334155" },
    "splitLine": { "lineStyle": { "color": "#e2e8f0" } }
  },
  "series": [
    {
      "name": "2025",
      "type": "bar",
      "barGap": "20%",
      "itemStyle": { "color": "#1d4f91" },
      "label": { "show": false },
      "data": [2.7, 3.2, 3.4, 2.3, 0.9, 1.6, 2.1],
      "markLine": {
        "silent": true,
        "symbol": "none",
        "label": { "formatter": "2% target", "color": "#9a3412" },
        "lineStyle": { "color": "#9a3412", "type": "dashed", "width": 2 },
        "data": [{ "yAxis": 2 }]
      }
    },
    {
      "name": "2026 projection",
      "type": "bar",
      "itemStyle": { "color": "#93c5fd", "borderColor": "#1d4f91", "borderWidth": 1 },
      "label": { "show": false },
      "data": [3.2, 2.2, 3.2, 2.7, 1.8, 2.6, 2.5]
    }
  ]
}
