{
  "title": {
    "text": "France: nuclear still dominates output, not capacity",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600
    }
  },
  "legend": {
    "top": 28,
    "data": [
      "Share of electricity generated",
      "Share of on-grid capacity"
    ]
  },
  "grid": {
    "left": 52,
    "right": 24,
    "top": 72,
    "bottom": 48
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2000",
      "2001",
      "2002",
      "2003",
      "2004",
      "2005",
      "2006",
      "2007",
      "2008",
      "2009",
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023"
    ],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28,
    "axisLabel": {
      "interval": 2
    }
  },
  "yAxis": {
    "type": "value",
    "name": "%",
    "min": 0,
    "max": 90,
    "axisLabel": {
      "formatter": "{value}"
    }
  },
  "series": [
    {
      "name": "Share of electricity generated",
      "type": "line",
      "data": [
        76.9,
        76.6,
        78.1,
        77.8,
        78.1,
        78.4,
        78.3,
        77.2,
        76.6,
        76.5,
        75.3,
        77.2,
        74.3,
        72.8,
        76.2,
        75.5,
        71.5,
        70.9,
        71.0,
        69.9,
        66.5,
        68.3,
        62.1,
        64.4
      ],
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 7,
      "lineStyle": {
        "width": 3,
        "type": "solid"
      },
      "itemStyle": {
        "color": "#1f4e79"
      }
    },
    {
      "name": "Share of on-grid capacity",
      "type": "line",
      "data": [
        56.1,
        55.6,
        55.1,
        55.3,
        55.4,
        55.5,
        55.5,
        55.2,
        54.6,
        53.2,
        51.6,
        50.2,
        48.9,
        49.2,
        49.1,
        48.4,
        48.1,
        48.4,
        47.9,
        46.9,
        45.4,
        44.0,
        42.0,
        40.7
      ],
      "showSymbol": true,
      "symbol": "diamond",
      "symbolSize": 8,
      "lineStyle": {
        "width": 3,
        "type": "dashed"
      },
      "itemStyle": {
        "color": "#c47b17"
      }
    }
  ]
}
