{
  "backgroundColor": "#fbfaf6",
  "title": {
    "text": "Nuclear share of electricity, 2023",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "grid": {
    "left": 148,
    "right": 48,
    "top": 48,
    "bottom": 32
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "% of generation",
    "max": 80,
    "splitLine": {
      "lineStyle": {
        "color": "#e6e2d8"
      }
    },
    "axisLabel": {
      "formatter": "{value}%"
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Germany",
      "China",
      "World (IRENA region)",
      "United States",
      "Europe (IRENA region)",
      "Sweden",
      "South Korea",
      "Belgium",
      "Slovakia",
      "France"
    ],
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 12
    }
  },
  "series": [
    {
      "name": "Nuclear share",
      "type": "bar",
      "data": [
        {
          "value": 1.4,
          "itemStyle": {
            "color": "#1f4e79"
          }
        },
        {
          "value": 4.6,
          "itemStyle": {
            "color": "#1f4e79"
          }
        },
        {
          "value": 9.2,
          "itemStyle": {
            "color": "#5b6b7a"
          }
        },
        {
          "value": 18.1,
          "itemStyle": {
            "color": "#1f4e79"
          }
        },
        {
          "value": 21.2,
          "itemStyle": {
            "color": "#5b6b7a"
          }
        },
        {
          "value": 29.2,
          "itemStyle": {
            "color": "#1f4e79"
          }
        },
        {
          "value": 29.6,
          "itemStyle": {
            "color": "#1f4e79"
          }
        },
        {
          "value": 39.4,
          "itemStyle": {
            "color": "#1f4e79"
          }
        },
        {
          "value": 61.3,
          "itemStyle": {
            "color": "#1f4e79"
          }
        },
        {
          "value": 64.4,
          "itemStyle": {
            "color": "#7a3b2e"
          }
        }
      ],
      "label": {
        "show": true,
        "position": "right",
        "formatter": "{c}%",
        "color": "#17212b",
        "fontSize": 11
      },
      "barMaxWidth": 22
    }
  ]
}
