{
  "backgroundColor": "#fbfaf6",
  "title": {
    "text": "French electricity generation by source",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 32,
    "data": [
      "Nuclear",
      "Other non-renewable",
      "Renewable"
    ],
    "textStyle": {
      "color": "#17212b"
    }
  },
  "grid": {
    "left": 56,
    "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
    ],
    "axisLabel": {
      "interval": 2,
      "color": "#334"
    }
  },
  "yAxis": {
    "type": "value",
    "name": "TWh",
    "min": 0,
    "splitLine": {
      "lineStyle": {
        "color": "#e6e2d8"
      }
    }
  },
  "series": [
    {
      "name": "Nuclear",
      "type": "line",
      "stack": "mix",
      "areaStyle": {
        "opacity": 0.85
      },
      "showSymbol": false,
      "lineStyle": {
        "width": 1,
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      },
      "data": [
        415.2,
        421.1,
        436.8,
        441.1,
        448.2,
        451.5,
        450.2,
        439.7,
        439.4,
        409.7,
        428.5,
        442.4,
        425.4,
        423.7,
        436.5,
        437.4,
        403.2,
        398.4,
        412.9,
        399.0,
        353.8,
        379.4,
        294.7,
        338.2
      ]
    },
    {
      "name": "Other non-renewable",
      "type": "line",
      "stack": "mix",
      "areaStyle": {
        "opacity": 0.85
      },
      "showSymbol": false,
      "lineStyle": {
        "width": 1,
        "color": "#c47b3a"
      },
      "itemStyle": {
        "color": "#c47b3a"
      },
      "data": [
        57.0,
        52.4,
        59.6,
        64.3,
        63.4,
        69.5,
        63.8,
        65.7,
        62.0,
        58.0,
        64.1,
        64.9,
        62.1,
        59.2,
        42.1,
        50.2,
        61.9,
        71.0,
        55.2,
        58.7,
        53.2,
        53.5,
        66.3,
        47.0
      ]
    },
    {
      "name": "Renewable",
      "type": "line",
      "stack": "mix",
      "areaStyle": {
        "opacity": 0.85
      },
      "showSymbol": false,
      "lineStyle": {
        "width": 1,
        "color": "#2f7d5a"
      },
      "itemStyle": {
        "color": "#2f7d5a"
      },
      "data": [
        67.8,
        76.1,
        62.7,
        61.5,
        62.4,
        55.0,
        60.9,
        64.3,
        72.3,
        68.2,
        76.7,
        66.0,
        85.3,
        99.4,
        94.0,
        91.8,
        99.0,
        92.6,
        113.6,
        113.1,
        125.3,
        122.3,
        113.7,
        139.7
      ]
    }
  ]
}
