{
  "title": {
    "text": "Saudi electricity: gas rose, oil did not go away",
    "subtext": "Generation, terawatt-hours (TWh)",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#44515d"
    }
  },
  "legend": {
    "bottom": 0,
    "data": [
      "Oil",
      "Natural gas",
      "Renewables"
    ]
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 16,
    "right": 24,
    "top": 72,
    "bottom": 48,
    "containLabel": true
  },
  "xAxis": {
    "type": "category",
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28,
    "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"
    ],
    "axisLabel": {
      "interval": 3
    }
  },
  "yAxis": {
    "type": "value",
    "name": "TWh",
    "nameLocation": "middle",
    "nameGap": 36,
    "min": 0
  },
  "series": [
    {
      "name": "Oil",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": {
        "width": 2.5,
        "color": "#b45309"
      },
      "itemStyle": {
        "color": "#b45309"
      },
      "data": [
        68.103,
        63.535,
        62.584,
        69.089,
        68.84,
        76.627,
        84.809,
        94.809,
        104.498,
        119.802,
        129.298,
        141.7,
        171.961,
        169.567,
        209.32,
        225.478,
        195.869,
        174.12291,
        163.39829,
        168.21965,
        164.3425,
        169.18059,
        172.378,
        172.378
      ]
    },
    {
      "name": "Natural gas",
      "type": "line",
      "symbol": "diamond",
      "symbolSize": 7,
      "lineStyle": {
        "width": 2.5,
        "color": "#0369a1"
      },
      "itemStyle": {
        "color": "#0369a1"
      },
      "data": [
        58.088,
        70.138,
        79.152,
        83.911,
        91.035,
        99.497,
        96.625,
        95.726,
        99.702,
        97.28,
        110.769,
        108.377,
        117.368,
        133.471,
        127.756,
        134.757,
        173.072,
        205.25030999999998,
        225.6393,
        219.12189,
        229.99728,
        236.76819,
        243.932,
        262.081
      ]
    },
    {
      "name": "Renewables",
      "type": "line",
      "symbol": "triangle",
      "symbolSize": 7,
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#15803d"
      },
      "itemStyle": {
        "color": "#15803d"
      },
      "data": [
        0.001,
        0.001,
        0.001,
        0.001,
        0.001,
        0.001,
        0.001,
        0.001,
        0.001,
        0.001,
        0.004,
        0.005,
        0.026,
        0.042,
        0.046,
        0.046,
        0.046,
        0.07,
        0.219,
        0.266,
        0.834,
        0.891,
        2.839,
        6.534
      ]
    }
  ]
}
