{
  "title": {
    "text": "Nuclear share of electricity generation, 2023",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600
    }
  },
  "grid": {
    "left": 110,
    "right": 48,
    "top": 48,
    "bottom": 40
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "% of generation",
    "nameLocation": "middle",
    "nameGap": 24,
    "min": 0,
    "max": 80
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Germany",
      "China",
      "Japan",
      "United Kingdom",
      "United States",
      "Sweden",
      "South Korea",
      "Belgium",
      "Slovakia",
      "France"
    ],
    "axisLabel": {
      "interval": 0
    }
  },
  "series": [
    {
      "name": "Nuclear share of generation",
      "type": "bar",
      "data": [
        {
          "value": 1.4,
          "itemStyle": {
            "color": "#8aa2b8"
          },
          "label": {
            "show": true,
            "formatter": "{c}%",
            "position": "right"
          }
        },
        {
          "value": 4.6,
          "itemStyle": {
            "color": "#8aa2b8"
          },
          "label": {
            "show": true,
            "formatter": "{c}%",
            "position": "right"
          }
        },
        {
          "value": 8.4,
          "itemStyle": {
            "color": "#8aa2b8"
          },
          "label": {
            "show": true,
            "formatter": "{c}%",
            "position": "right"
          }
        },
        {
          "value": 13.8,
          "itemStyle": {
            "color": "#8aa2b8"
          },
          "label": {
            "show": true,
            "formatter": "{c}%",
            "position": "right"
          }
        },
        {
          "value": 18.1,
          "itemStyle": {
            "color": "#8aa2b8"
          },
          "label": {
            "show": true,
            "formatter": "{c}%",
            "position": "right"
          }
        },
        {
          "value": 29.2,
          "itemStyle": {
            "color": "#8aa2b8"
          },
          "label": {
            "show": true,
            "formatter": "{c}%",
            "position": "right"
          }
        },
        {
          "value": 29.6,
          "itemStyle": {
            "color": "#8aa2b8"
          },
          "label": {
            "show": true,
            "formatter": "{c}%",
            "position": "right"
          }
        },
        {
          "value": 39.4,
          "itemStyle": {
            "color": "#8aa2b8"
          },
          "label": {
            "show": true,
            "formatter": "{c}%",
            "position": "right"
          }
        },
        {
          "value": 61.3,
          "itemStyle": {
            "color": "#8aa2b8"
          },
          "label": {
            "show": true,
            "formatter": "{c}%",
            "position": "right"
          }
        },
        {
          "value": 64.4,
          "itemStyle": {
            "color": "#1f4e79",
            "borderColor": "#0b1f33",
            "borderWidth": 1
          },
          "label": {
            "show": true,
            "formatter": "{c}%",
            "position": "right"
          }
        }
      ],
      "barWidth": 14
    }
  ]
}
