{
  "backgroundColor": "#ffffff",
  "color": ["#7b2d26", "#1f4e79"],
  "title": {
    "text": "Energy prices rebound in 2026 — not back to 2022",
    "subtext": "IMF WEO annual averages. Shaded years are projections. Different units on each axis.",
    "left": 16,
    "top": 8,
    "textStyle": { "color": "#17212b", "fontSize": 16, "fontWeight": 600 },
    "subtextStyle": { "color": "#4a5560", "fontSize": 12 }
  },
  "legend": {
    "top": 58,
    "left": 16,
    "textStyle": { "color": "#17212b", "fontSize": 12 }
  },
  "grid": { "left": 64, "right": 64, "top": 96, "bottom": 56 },
  "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": "Brent, US$ per barrel",
      "nameLocation": "middle",
      "nameGap": 44,
      "nameTextStyle": { "color": "#7b2d26" },
      "axisLabel": { "color": "#7b2d26" },
      "splitLine": { "lineStyle": { "color": "#e6eaee" } }
    },
    {
      "type": "value",
      "name": "European gas, US$ per mmBtu",
      "nameLocation": "middle",
      "nameGap": 44,
      "nameTextStyle": { "color": "#1f4e79" },
      "axisLabel": { "color": "#1f4e79" },
      "splitLine": { "show": false }
    }
  ],
  "series": [
    {
      "name": "Brent oil",
      "type": "line",
      "yAxisIndex": 0,
      "symbol": "circle",
      "symbolSize": 8,
      "lineStyle": { "width": 2.5 },
      "data": [64.2, 43.33, 70.83, 99.0, 82.32, 79.91, 68.32, 80.19, 71.45, 69.69],
      "markArea": {
        "itemStyle": { "color": "rgba(123, 45, 38, 0.06)" },
        "label": { "show": true, "formatter": "WEO projections", "color": "#4a5560", "position": "insideTop" },
        "data": [[{ "xAxis": "2025" }, { "xAxis": "2028" }]]
      }
    },
    {
      "name": "European natural gas",
      "type": "line",
      "yAxisIndex": 1,
      "symbol": "triangle",
      "symbolSize": 9,
      "lineStyle": { "width": 2.5, "type": "dashed" },
      "data": [4.45, 3.18, 15.91, 37.52, 12.88, 10.89, 11.91, 14.61, 11.88, 8.74]
    }
  ]
}
