{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "French nuclear generation never regained its mid-2000s level",
    "subtext": "TWh, annual, all grids \u00b7 IRENA",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#5b6b7c"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 56,
    "right": 24,
    "top": 72,
    "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": "TWh",
    "nameLocation": "end",
    "min": 0,
    "max": 500,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Nuclear generation",
      "type": "line",
      "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
      ],
      "showSymbol": true,
      "symbolSize": 7,
      "lineStyle": {
        "width": 2.5,
        "color": "#0f4c81"
      },
      "itemStyle": {
        "color": "#0f4c81"
      },
      "emphasis": {
        "focus": "series"
      },
      "markPoint": {
        "data": [
          {
            "name": "2005 peak",
            "coord": [
              2005,
              451.5
            ],
            "value": 451.5,
            "itemStyle": {
              "color": "#0f4c81"
            }
          },
          {
            "name": "2022 low",
            "coord": [
              2022,
              294.7
            ],
            "value": 294.7,
            "itemStyle": {
              "color": "#b45309"
            }
          }
        ],
        "symbolSize": 10,
        "label": {
          "show": true,
          "formatter": "{b}",
          "position": "top",
          "color": "#17212b",
          "fontSize": 11
        }
      }
    }
  ]
}
