{
  "title": {
    "text": "Nuclear versus gas in the 2023 electricity mix",
    "left": 0,
    "top": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 28,
    "left": 0,
    "textStyle": {
      "color": "#334155"
    }
  },
  "grid": {
    "left": 88,
    "right": 36,
    "top": 64,
    "bottom": 40,
    "containLabel": false
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "% of generation",
    "nameLocation": "middle",
    "nameGap": 28,
    "min": 0,
    "max": 70,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "France",
      "Germany",
      "Belgium",
      "Spain",
      "Italy"
    ],
    "axisLabel": {
      "color": "#17212b",
      "fontWeight": 500
    },
    "axisTick": {
      "show": false
    },
    "axisLine": {
      "lineStyle": {
        "color": "#94a3b8"
      }
    }
  },
  "series": [
    {
      "name": "Nuclear",
      "type": "bar",
      "data": [
        64.4,
        1.4,
        39.4,
        19.9,
        null
      ],
      "itemStyle": {
        "color": "#1d4ed8",
        "borderRadius": [
          0,
          3,
          3,
          0
        ]
      },
      "label": {
        "show": true,
        "position": "right",
        "color": "#1e3a8a",
        "fontWeight": 600
      }
    },
    {
      "name": "Natural gas",
      "type": "bar",
      "data": [
        5.7,
        15.8,
        21.9,
        22.5,
        45.0
      ],
      "itemStyle": {
        "color": "#c2410c",
        "borderRadius": [
          0,
          3,
          3,
          0
        ]
      },
      "label": {
        "show": true,
        "position": "right",
        "color": "#7c2d12",
        "fontWeight": 600
      }
    }
  ]
}