{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "Consumer-price inflation cooled after 2022 \u2014 except in Japan",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 28,
    "data": [
      "2022",
      "2025",
      "2026 WEO projection"
    ]
  },
  "grid": {
    "top": 72,
    "left": 16,
    "right": 16,
    "bottom": 40,
    "containLabel": true
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "category",
    "data": [
      "United States",
      "United Kingdom",
      "Germany",
      "France",
      "Japan"
    ],
    "axisLabel": {
      "interval": 0,
      "color": "#334155"
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Average CPI, % change",
    "nameLocation": "middle",
    "nameGap": 36,
    "min": 0,
    "max": 10,
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "2022",
      "type": "bar",
      "data": [
        7.99,
        9.07,
        8.67,
        5.9,
        2.5
      ],
      "itemStyle": {
        "color": "#1f4e79"
      },
      "barMaxWidth": 28
    },
    {
      "name": "2025",
      "type": "bar",
      "data": [
        2.73,
        3.37,
        2.3,
        0.93,
        3.17
      ],
      "itemStyle": {
        "color": "#3f8f7a"
      },
      "barMaxWidth": 28
    },
    {
      "name": "2026 WEO projection",
      "type": "bar",
      "data": [
        3.23,
        3.2,
        2.65,
        1.84,
        2.24
      ],
      "itemStyle": {
        "color": "#f4f4f5",
        "borderColor": "#c47b17",
        "borderWidth": 2
      },
      "barMaxWidth": 28
    }
  ]
}