{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "France still runs on nuclear in a way almost no large grid does",
    "subtext": "Nuclear share of electricity, 2023 \u00b7 IRENA",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#5b6b7c"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 148,
    "right": 48,
    "top": 72,
    "bottom": 28
  },
  "xAxis": {
    "type": "value",
    "name": "% of generation",
    "max": 80,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Germany",
      "China",
      "World",
      "United Kingdom",
      "United States",
      "Europe (IRENA region)",
      "Sweden",
      "Republic of Korea",
      "Belgium",
      "Finland",
      "France"
    ],
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 11
    },
    "axisLine": {
      "lineStyle": {
        "color": "#94a3b8"
      }
    }
  },
  "series": [
    {
      "name": "Nuclear share",
      "type": "bar",
      "data": [
        {
          "value": 1.4,
          "itemStyle": {
            "color": "#7c9cbf"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "1.4%",
            "color": "#334155"
          }
        },
        {
          "value": 4.6,
          "itemStyle": {
            "color": "#7c9cbf"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "4.6%",
            "color": "#334155"
          }
        },
        {
          "value": 9.2,
          "itemStyle": {
            "color": "#475569"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "9.2%",
            "color": "#334155"
          }
        },
        {
          "value": 13.8,
          "itemStyle": {
            "color": "#7c9cbf"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "13.8%",
            "color": "#334155"
          }
        },
        {
          "value": 18.1,
          "itemStyle": {
            "color": "#7c9cbf"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "18.1%",
            "color": "#334155"
          }
        },
        {
          "value": 21.2,
          "itemStyle": {
            "color": "#475569"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "21.2%",
            "color": "#334155"
          }
        },
        {
          "value": 29.2,
          "itemStyle": {
            "color": "#7c9cbf"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "29.2%",
            "color": "#334155"
          }
        },
        {
          "value": 29.6,
          "itemStyle": {
            "color": "#7c9cbf"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "29.6%",
            "color": "#334155"
          }
        },
        {
          "value": 39.4,
          "itemStyle": {
            "color": "#7c9cbf"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "39.4%",
            "color": "#334155"
          }
        },
        {
          "value": 42.1,
          "itemStyle": {
            "color": "#7c9cbf"
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "42.1%",
            "color": "#334155"
          }
        },
        {
          "value": 64.4,
          "itemStyle": {
            "color": "#0f4c81",
            "borderColor": "#0b3a63",
            "borderWidth": 1
          },
          "label": {
            "show": true,
            "position": "right",
            "formatter": "64.4%",
            "color": "#0f4c81",
            "fontWeight": 600
          }
        }
      ],
      "barWidth": 14
    }
  ]
}
