{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "Wind and solar grew. They did not replace the missing nuclear.",
    "subtext": "Share of French electricity generation, percent \u00b7 IRENA",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#5b6b7c"
    }
  },
  "legend": {
    "top": 52,
    "left": 8,
    "data": [
      "Nuclear",
      "Renewables",
      "Other non-renewable"
    ],
    "textStyle": {
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 48,
    "right": 24,
    "top": 96,
    "bottom": 40
  },
  "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
    ],
    "boundaryGap": false,
    "axisLabel": {
      "interval": 3,
      "color": "#334155"
    },
    "axisLine": {
      "lineStyle": {
        "color": "#94a3b8"
      }
    }
  },
  "yAxis": {
    "type": "value",
    "name": "%",
    "min": 0,
    "max": 100,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Nuclear",
      "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": false,
      "lineStyle": {
        "width": 2.8,
        "color": "#0f4c81"
      },
      "itemStyle": {
        "color": "#0f4c81"
      }
    },
    {
      "name": "Renewables",
      "type": "line",
      "data": [
        12.6,
        13.8,
        11.2,
        10.8,
        10.9,
        9.5,
        10.6,
        11.3,
        12.6,
        12.7,
        13.5,
        11.5,
        14.9,
        17.1,
        16.4,
        15.8,
        17.6,
        16.5,
        19.5,
        19.8,
        23.5,
        22.0,
        24.0,
        26.6
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.4,
        "color": "#0f7a6c",
        "type": "dashed"
      },
      "itemStyle": {
        "color": "#0f7a6c"
      }
    },
    {
      "name": "Other non-renewable",
      "type": "line",
      "data": [
        10.6,
        9.5,
        10.7,
        11.3,
        11.0,
        12.1,
        11.1,
        11.5,
        10.8,
        10.8,
        11.3,
        11.3,
        10.8,
        10.2,
        7.4,
        8.7,
        11.0,
        12.6,
        9.5,
        10.3,
        10.0,
        9.6,
        14.0,
        9.0
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.2,
        "color": "#b45309",
        "type": "dotted"
      },
      "itemStyle": {
        "color": "#b45309"
      }
    }
  ]
}
