{
  "title": {
    "text": "Gas-fired generation fell after 2022 — it did not disappear",
    "subtext": "Electricity from natural gas, terawatt-hours",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600 },
    "subtextStyle": { "fontSize": 12 }
  },
  "tooltip": { "trigger": "axis" },
  "legend": {
    "top": 52,
    "data": ["Italy", "United Kingdom", "Germany", "Spain", "Netherlands"]
  },
  "grid": {
    "left": 56,
    "right": 24,
    "top": 96,
    "bottom": 48,
    "containLabel": true
  },
  "xAxis": {
    "type": "category",
    "data": ["2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022", "2023"],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28
  },
  "yAxis": {
    "type": "value",
    "name": "TWh",
    "nameLocation": "middle",
    "nameGap": 40,
    "min": 0
  },
  "series": [
    {
      "name": "Italy",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 8,
      "lineStyle": { "width": 2, "type": "solid", "color": "#1f4e79" },
      "itemStyle": { "color": "#1f4e79" },
      "data": [110.9, 126.1, 140.3, 128.5, 141.7, 133.7, 144.0, 141.4, 119.0]
    },
    {
      "name": "United Kingdom",
      "type": "line",
      "symbol": "diamond",
      "symbolSize": 8,
      "lineStyle": { "width": 2, "type": "dashed", "color": "#c44e52" },
      "itemStyle": { "color": "#c44e52" },
      "data": [99.9, 143.4, 136.7, 131.5, 132.1, 112.1, 123.4, 125.7, 102.2]
    },
    {
      "name": "Germany",
      "type": "line",
      "symbol": "rect",
      "symbolSize": 7,
      "lineStyle": { "width": 2, "type": "solid", "color": "#6b6b6b" },
      "itemStyle": { "color": "#6b6b6b" },
      "data": [63.0, 82.3, 87.7, 83.4, 90.8, 96.3, 97.0, 83.6, 80.9]
    },
    {
      "name": "Spain",
      "type": "line",
      "symbol": "triangle",
      "symbolSize": 8,
      "lineStyle": { "width": 2, "type": "dotted", "color": "#d4a017" },
      "itemStyle": { "color": "#d4a017" },
      "data": [52.5, 52.8, 64.0, 58.0, 83.7, 69.7, 71.5, 86.0, 64.3]
    },
    {
      "name": "Netherlands",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 7,
      "lineStyle": { "width": 2, "type": "dashed", "color": "#2a9d8f" },
      "itemStyle": { "color": "#2a9d8f" },
      "data": [45.8, 52.5, 57.7, 57.6, 70.7, 72.5, 56.7, 47.7, 46.0]
    }
  ]
}
