{
  "title": {
    "text": "Annual Brent has not returned to 2022 shock levels",
    "subtext": "US dollars per barrel; 2026 is the IMF current-year figure",
    "left": 8,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#44515c"
    }
  },
  "legend": {
    "data": [
      "Brent, annual average",
      "2026 IMF figure"
    ],
    "top": 48,
    "right": 16
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 56,
    "right": 24,
    "top": 88,
    "bottom": 48
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2000",
      "2001",
      "2002",
      "2003",
      "2004",
      "2005",
      "2006",
      "2007",
      "2008",
      "2009",
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024",
      "2025",
      "2026"
    ],
    "axisLabel": {
      "interval": 3,
      "color": "#17212b"
    },
    "boundaryGap": false
  },
  "yAxis": {
    "type": "value",
    "name": "US$ / barrel",
    "nameLocation": "middle",
    "nameGap": 40,
    "min": 0,
    "max": 120,
    "splitLine": {
      "lineStyle": {
        "color": "#d7dee5"
      }
    }
  },
  "series": [
    {
      "name": "Brent, annual average",
      "type": "line",
      "data": [
        28.85,
        24.71,
        25.12,
        28.78,
        38.23,
        54.68,
        65.6,
        72.65,
        97.33,
        61.58,
        79.81,
        111.54,
        112.01,
        108.96,
        99.35,
        53.02,
        45.08,
        54.89,
        71.61,
        64.2,
        43.33,
        70.83,
        99.0,
        82.32,
        79.91,
        68.32,
        null
      ],
      "showSymbol": true,
      "symbolSize": 6,
      "lineStyle": {
        "width": 2.5,
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      },
      "connectNulls": false
    },
    {
      "name": "2026 IMF figure",
      "type": "line",
      "data": [
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        68.32,
        80.19
      ],
      "showSymbol": true,
      "symbolSize": 8,
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#8a3b12"
      },
      "itemStyle": {
        "color": "#8a3b12"
      },
      "connectNulls": false
    }
  ]
}
