{
  "title": {
    "text": "Electricity generation since 2010",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "bottom": 0,
    "data": [
      "United Kingdom",
      "United States",
      "Ireland"
    ]
  },
  "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"
    ],
    "axisLabel": {
      "interval": 2
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Index, 2010 = 100",
    "min": 0,
    "max": 130
  },
  "series": [
    {
      "name": "United Kingdom",
      "type": "line",
      "showSymbol": false,
      "lineStyle": {
        "width": 3,
        "type": "solid",
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      },
      "data": [
        98.51,
        100.52,
        101.16,
        104.03,
        102.91,
        104.07,
        103.79,
        103.67,
        101.59,
        98.44,
        100.0,
        96.12,
        95.11,
        93.58,
        88.22,
        88.31,
        88.1,
        88.15,
        86.86,
        84.48,
        81.13,
        80.63,
        85.04,
        76.65
      ]
    },
    {
      "name": "United States",
      "type": "line",
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#b45309"
      },
      "itemStyle": {
        "color": "#b45309"
      },
      "data": [
        92.56,
        88.28,
        92.51,
        93.22,
        95.35,
        98.08,
        98.23,
        99.35,
        99.77,
        95.66,
        100.0,
        99.34,
        98.0,
        98.35,
        99.13,
        98.6,
        98.71,
        97.9,
        101.76,
        100.3,
        97.3,
        99.91,
        102.67,
        101.69
      ]
    },
    {
      "name": "Ireland",
      "type": "line",
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "type": "dotted",
        "color": "#0f766e"
      },
      "itemStyle": {
        "color": "#0f766e"
      },
      "data": [
        84.44,
        87.89,
        88.74,
        88.83,
        90.07,
        91.51,
        96.85,
        101.2,
        106.64,
        99.9,
        100.0,
        95.9,
        96.55,
        91.53,
        92.15,
        100.34,
        107.79,
        109.15,
        110.13,
        109.58,
        114.3,
        112.78,
        119.88,
        112.16
      ]
    }
  ]
}