{
  "title": {
    "text": "2026 growth is a small step down from 2025",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 36,
    "left": 8,
    "data": [
      "2025 estimate",
      "2026 projection"
    ]
  },
  "grid": {
    "left": 16,
    "right": 24,
    "top": 80,
    "bottom": 24,
    "containLabel": true
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "Percent",
    "axisLabel": {
      "formatter": "{value}"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Euro area",
      "Emerging markets",
      "Advanced economies",
      "World (market rates)",
      "World (PPP)"
    ],
    "axisLabel": {
      "fontSize": 12,
      "color": "#17212b"
    }
  },
  "series": [
    {
      "name": "2025 estimate",
      "type": "bar",
      "data": [
        1.4,
        4.42,
        1.94,
        2.86,
        3.44
      ],
      "itemStyle": {
        "color": "#94a3b8"
      },
      "barMaxWidth": 22,
      "label": {
        "show": true,
        "position": "right",
        "fontSize": 11,
        "color": "#334155"
      }
    },
    {
      "name": "2026 projection",
      "type": "bar",
      "data": [
        1.09,
        3.87,
        1.78,
        2.56,
        3.06
      ],
      "itemStyle": {
        "color": "#075ea8"
      },
      "barMaxWidth": 22,
      "label": {
        "show": true,
        "position": "right",
        "fontSize": 11,
        "color": "#075ea8"
      }
    }
  ]
}
