{
  "title": {
    "text": "Who is carrying the IMF\u2019s 2026 world-growth figure",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b",
      "fontWeight": 600
    }
  },
  "grid": {
    "left": 168,
    "right": 72,
    "top": 56,
    "bottom": 40
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "Percent change, 2026 (WEO projection)",
    "nameLocation": "middle",
    "nameGap": 28,
    "splitLine": {
      "lineStyle": {
        "color": "#e6edf2"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Iran",
      "India",
      "China",
      "United States",
      "Emerging & developing Asia",
      "Emerging & developing",
      "Advanced economies",
      "World (market rates)",
      "World (PPP)"
    ],
    "axisLabel": {
      "width": 160,
      "overflow": "break"
    }
  },
  "series": [
    {
      "name": "2026 real GDP growth",
      "type": "bar",
      "data": [
        {
          "value": -6.1,
          "itemStyle": {
            "color": "#b85c38"
          }
        },
        {
          "value": 6.5,
          "itemStyle": {
            "color": "#0e7c7b"
          }
        },
        {
          "value": 4.4,
          "itemStyle": {
            "color": "#0e7c7b"
          }
        },
        {
          "value": 2.3,
          "itemStyle": {
            "color": "#5b6b7a"
          }
        },
        {
          "value": 4.9,
          "itemStyle": {
            "color": "#0e7c7b"
          }
        },
        {
          "value": 3.9,
          "itemStyle": {
            "color": "#5b6b7a"
          }
        },
        {
          "value": 1.8,
          "itemStyle": {
            "color": "#5b6b7a"
          }
        },
        {
          "value": 2.6,
          "itemStyle": {
            "color": "#5b6b7a"
          }
        },
        {
          "value": 3.1,
          "itemStyle": {
            "color": "#173a5b"
          }
        }
      ],
      "barWidth": 16,
      "label": {
        "show": true,
        "position": "right",
        "formatter": "{c}",
        "color": "#17212b",
        "fontSize": 11
      }
    }
  ]
}