{
  "title": {
    "text": "Britain is producing less electricity, not more",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "bottom": 0,
    "data": [
      "Non-renewable",
      "Renewable"
    ]
  },
  "grid": {
    "left": 56,
    "right": 18,
    "top": 48,
    "bottom": 56,
    "containLabel": true
  },
  "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"
    ],
    "axisTick": {
      "alignWithLabel": true
    },
    "axisLabel": {
      "interval": 2
    }
  },
  "yAxis": {
    "type": "value",
    "name": "TWh",
    "nameLocation": "end",
    "min": 0
  },
  "series": [
    {
      "name": "Non-renewable",
      "type": "line",
      "stack": "gen",
      "smooth": false,
      "showSymbol": false,
      "lineStyle": {
        "width": 2,
        "color": "#5c4d3c"
      },
      "itemStyle": {
        "color": "#5c4d3c"
      },
      "areaStyle": {
        "color": "#c4b8a8",
        "opacity": 0.95
      },
      "data": [
        367.099,
        375.241,
        376.12,
        387.58,
        379.79,
        381.418,
        379.177,
        377.141,
        366.627,
        351.155,
        356.606,
        332.745,
        322.82,
        304.973,
        273.192,
        254.668,
        254.255,
        238.551,
        222.362,
        203.664,
        176.917,
        186.155,
        190.142,
        157.557
      ]
    },
    {
      "name": "Renewable",
      "type": "line",
      "stack": "gen",
      "smooth": false,
      "showSymbol": false,
      "lineStyle": {
        "width": 2,
        "type": "solid",
        "color": "#1f7a4d"
      },
      "itemStyle": {
        "color": "#1f7a4d"
      },
      "areaStyle": {
        "color": "#7dbe9a",
        "opacity": 0.95
      },
      "data": [
        9.97,
        9.549,
        11.127,
        10.618,
        14.137,
        16.938,
        18.106,
        19.689,
        22.244,
        25.656,
        26.184,
        35.208,
        41.237,
        53.226,
        64.522,
        83.367,
        82.989,
        98.879,
        110.131,
        119.727,
        133.63,
        122.482,
        135.398,
        135.835
      ]
    }
  ]
}