{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "Brent and WTI, IMF annual averages",
    "subtext": "US dollars per barrel, 1980-2025. World aggregate.",
    "left": 16,
    "textStyle": {
      "color": "#17212b",
      "fontSize": 16,
      "fontWeight": 600
    },
    "subtextStyle": {
      "color": "#5b6773",
      "fontSize": 12
    }
  },
  "legend": {
    "top": 48,
    "data": [
      "Brent (solid)",
      "WTI (dashed)"
    ],
    "textStyle": {
      "color": "#17212b"
    }
  },
  "grid": {
    "left": 64,
    "right": 28,
    "top": 88,
    "bottom": 56
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "category",
    "data": [
      "1980",
      "1981",
      "1982",
      "1983",
      "1984",
      "1985",
      "1986",
      "1987",
      "1988",
      "1989",
      "1990",
      "1991",
      "1992",
      "1993",
      "1994",
      "1995",
      "1996",
      "1997",
      "1998",
      "1999",
      "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"
    ],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 32,
    "axisLabel": {
      "interval": 4,
      "color": "#5b6773"
    },
    "axisLine": {
      "lineStyle": {
        "color": "#d7dee6"
      }
    },
    "axisTick": {
      "alignWithLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "US dollars per barrel",
    "nameLocation": "middle",
    "nameGap": 48,
    "min": 0,
    "axisLabel": {
      "color": "#5b6773"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#d7dee6"
      }
    },
    "axisLine": {
      "show": false
    }
  },
  "series": [
    {
      "name": "Brent (solid)",
      "type": "line",
      "data": [
        37.92,
        36.95,
        32.95,
        29.81,
        28.74,
        27.62,
        14.47,
        18.41,
        14.96,
        18.23,
        23.71,
        20.08,
        19.36,
        17.08,
        15.96,
        17.2,
        20.81,
        19.31,
        13.13,
        18.11,
        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
      ],
      "showSymbol": false,
      "symbol": "circle",
      "lineStyle": {
        "width": 2.4,
        "color": "#0b3d5c",
        "type": "solid"
      },
      "itemStyle": {
        "color": "#0b3d5c"
      },
      "connectNulls": false
    },
    {
      "name": "WTI (dashed)",
      "type": "line",
      "data": [
        37.88,
        36.17,
        32.67,
        30.4,
        29.38,
        27.99,
        15.1,
        19.15,
        15.98,
        19.62,
        24.51,
        21.49,
        20.58,
        18.47,
        17.17,
        18.41,
        22.15,
        20.59,
        14.37,
        19.24,
        30.34,
        25.93,
        26.11,
        31.14,
        41.43,
        56.48,
        66.08,
        72.34,
        99.56,
        61.72,
        79.43,
        95.06,
        94.18,
        97.95,
        93.12,
        48.81,
        43.24,
        50.91,
        64.82,
        56.94,
        39.36,
        67.96,
        94.8,
        77.6,
        76.61,
        65.49
      ],
      "showSymbol": false,
      "symbol": "diamond",
      "lineStyle": {
        "width": 2.4,
        "color": "#c45c26",
        "type": "dashed"
      },
      "itemStyle": {
        "color": "#c45c26"
      },
      "connectNulls": false
    }
  ]
}
