{
  "backgroundColor": "#ffffff",
  "color": ["#1f4e79", "#2f6f4e", "#b35c00", "#7b2d26"],
  "title": {
    "text": "Annual inflation fell from the 2022 peak — 2026 is a small rebound",
    "subtext": "IMF WEO average consumer prices, percent change. Shaded years are projections.",
    "left": 16,
    "top": 8,
    "textStyle": { "color": "#17212b", "fontSize": 16, "fontWeight": 600 },
    "subtextStyle": { "color": "#4a5560", "fontSize": 12 }
  },
  "legend": {
    "top": 58,
    "left": 16,
    "itemWidth": 18,
    "textStyle": { "color": "#17212b", "fontSize": 12 }
  },
  "grid": { "left": 56, "right": 28, "top": 96, "bottom": 56, "containLabel": false },
  "tooltip": { "trigger": "axis" },
  "xAxis": {
    "type": "category",
    "data": ["2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028"],
    "boundaryGap": false,
    "axisLine": { "lineStyle": { "color": "#8a96a3" } },
    "axisLabel": { "color": "#17212b" },
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 32,
    "nameTextStyle": { "color": "#4a5560" }
  },
  "yAxis": {
    "type": "value",
    "name": "Percent",
    "nameLocation": "middle",
    "nameGap": 36,
    "nameTextStyle": { "color": "#4a5560" },
    "axisLine": { "show": false },
    "splitLine": { "lineStyle": { "color": "#e6eaee" } },
    "axisLabel": { "color": "#17212b" }
  },
  "series": [
    {
      "name": "Germany",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 8,
      "lineStyle": { "width": 2.5 },
      "data": [1.4, 0.36, 3.22, 8.67, 6.0, 2.48, 2.3, 2.65, 2.3, 1.97],
      "markArea": {
        "itemStyle": { "color": "rgba(31, 78, 121, 0.06)" },
        "label": { "show": true, "formatter": "WEO projections", "color": "#4a5560", "position": "insideTop" },
        "data": [[{ "xAxis": "2025" }, { "xAxis": "2028" }]]
      }
    },
    {
      "name": "France",
      "type": "line",
      "symbol": "triangle",
      "symbolSize": 9,
      "lineStyle": { "width": 2.5 },
      "data": [1.3, 0.53, 2.07, 5.9, 5.66, 2.32, 0.93, 1.84, 1.72, 1.86]
    },
    {
      "name": "Italy",
      "type": "line",
      "symbol": "rect",
      "symbolSize": 7,
      "lineStyle": { "width": 2.5, "type": "dashed" },
      "data": [0.66, -0.17, 1.95, 8.75, 5.91, 1.08, 1.63, 2.64, 2.36, 2.3]
    },
    {
      "name": "Spain",
      "type": "line",
      "symbol": "diamond",
      "symbolSize": 9,
      "lineStyle": { "width": 2.5, "type": "dotted" },
      "data": [0.78, -0.34, 3.01, 8.32, 3.4, 2.87, 2.69, 3.04, 2.26, 2.5]
    }
  ]
}
