{
  "backgroundColor": "#fbfaf6",
  "title": {
    "text": "French nuclear electricity generation",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "grid": {
    "left": 56,
    "right": 24,
    "top": 56,
    "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,
      "color": "#334"
    },
    "axisTick": {
      "alignWithLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "TWh",
    "min": 0,
    "max": 500,
    "nameTextStyle": {
      "color": "#334"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6e2d8"
      }
    },
    "axisLabel": {
      "color": "#334"
    }
  },
  "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
      ],
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": {
        "width": 2.5,
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      },
      "markPoint": {
        "data": [
          {
            "type": "max",
            "name": "2005 peak"
          },
          {
            "type": "min",
            "name": "2022 low"
          }
        ],
        "label": {
          "formatter": "{c} TWh"
        }
      }
    }
  ]
}
