{
  "title": {
    "text": "Ireland's gas share did not fall after the 2022 crisis",
    "subtext": "Gas share of electricity generation, percent",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600 },
    "subtextStyle": { "fontSize": 12 }
  },
  "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } },
  "legend": {
    "top": 52,
    "data": ["2021", "2023"]
  },
  "grid": {
    "left": 48,
    "right": 24,
    "top": 96,
    "bottom": 72,
    "containLabel": true
  },
  "xAxis": {
    "type": "category",
    "data": [
      "Ireland",
      "Italy",
      "Netherlands",
      "United Kingdom",
      "Greece",
      "Spain",
      "Belgium",
      "Portugal",
      "Germany",
      "France"
    ],
    "axisLabel": { "rotate": 35 }
  },
  "yAxis": {
    "type": "value",
    "name": "% of generation",
    "nameLocation": "middle",
    "nameGap": 36,
    "min": 0,
    "max": 55
  },
  "series": [
    {
      "name": "2021",
      "type": "bar",
      "data": [47.3, 49.8, 46.4, 40.0, 41.1, 26.1, 22.4, 30.5, 16.4, 6.0],
      "itemStyle": { "color": "#9aa8b3" },
      "label": { "show": false }
    },
    {
      "name": "2023",
      "type": "bar",
      "data": [48.2, 45.0, 37.9, 34.8, 32.0, 22.5, 21.9, 21.2, 15.8, 5.7],
      "itemStyle": { "color": "#1f4e79" },
      "label": { "show": false }
    }
  ]
}
