{
  "title": {
    "text": "Average petroleum spot price, 2000–2026",
    "subtext": "US dollars per barrel, annual. 2026 is an IMF WEO forecast.",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" },
    "subtextStyle": { "fontSize": 12, "color": "#4a5560" }
  },
  "grid": { "top": 68, "left": 16, "right": 20, "bottom": 48, "containLabel": true },
  "tooltip": { "trigger": "axis" },
  "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": { "rotate": 45, "interval": 1 }
  },
  "yAxis": {
    "type": "value",
    "name": "US$ / barrel",
    "nameLocation": "middle",
    "nameGap": 40,
    "splitLine": { "lineStyle": { "color": "#e6eaee" } }
  },
  "series": [
    {
      "name": "Average petroleum spot",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": { "width": 2.5, "color": "#8A4F12" },
      "itemStyle": { "color": "#8A4F12" },
      "areaStyle": { "color": "rgba(138,79,18,0.12)" },
      "data": [28.47, 24.49, 25.0, 28.91, 37.81, 53.51, 64.4, 71.19, 96.77, 61.5, 79.14, 104.07, 105.1, 104.17, 96.33, 50.91, 43.26, 52.98, 68.53, 61.43, 41.77, 69.25, 96.36, 80.59, 79.17, 67.74, 82.22]
    }
  ]
}
