{
  "title": {
    "text": "Nuclear still generated more electricity than solar in 2023",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "bottom": 0
  },
  "grid": {
    "left": 78,
    "right": 28,
    "top": 56,
    "bottom": 78
  },
  "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"
    ],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 32,
    "axisLabel": {
      "interval": 4,
      "showMaxLabel": true,
      "showMinLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Electricity generation (TWh)",
    "nameLocation": "middle",
    "nameGap": 56,
    "min": 0
  },
  "series": [
    {
      "name": "Nuclear",
      "type": "line",
      "data": [
        2588.111,
        2636.316,
        2661.409,
        2637.712,
        2740.962,
        2769.058,
        2791.901,
        2720.121,
        2734.723,
        2692.627,
        2750.408,
        2576.729,
        2460.23,
        2476.946,
        2533.39,
        2569.724,
        2605.682,
        2633.426,
        2708.702,
        2780.489,
        2678.922,
        2798.891,
        2678.841,
        2738.52
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 3,
        "type": "solid",
        "color": "#3F4C7A"
      },
      "itemStyle": {
        "color": "#3F4C7A"
      }
    },
    {
      "name": "Solar",
      "type": "line",
      "data": [
        1.318,
        1.685,
        1.957,
        2.377,
        3.072,
        4.388,
        5.999,
        8.081,
        12.756,
        20.948,
        33.79,
        65.666,
        101.665,
        137.365,
        192.59,
        252.302,
        324.828,
        435.595,
        560.273,
        691.604,
        841.857,
        1036.832,
        1297.213,
        1623.751
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 3,
        "type": "dashed",
        "color": "#D97706"
      },
      "itemStyle": {
        "color": "#D97706"
      }
    },
    {
      "name": "Wind",
      "type": "line",
      "data": [
        30.966,
        37.745,
        52.43,
        63.398,
        84.108,
        103.243,
        129.545,
        168.927,
        216.925,
        272.077,
        342.89,
        433.862,
        526.181,
        636.556,
        712.216,
        827.997,
        953.046,
        1131.499,
        1258.772,
        1412.812,
        1588.945,
        1842.086,
        2097.488,
        2303.935
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 3,
        "type": "dotted",
        "color": "#0F766E"
      },
      "itemStyle": {
        "color": "#0F766E"
      }
    }
  ]
}
