export const historicalData = [
  {
    year: 2015,
    "Offshore wind": 1411,
    "Plant biomass": 3855,
    "Landfill gas": 1542,
  },
  {
    year: 2017,
    "Offshore wind": 1798,
    "Plant biomass": 4206,
    "Landfill gas": 1405,
  },
  {
    year: 2019,
    "Offshore wind": 2281,
    "Plant biomass": 4898,
    "Landfill gas": 1284,
  },
];
export const currentData = [
  {
    year: 2021,
    "Offshore wind": 3053,
    "Plant biomass": 5990,
    "Landfill gas": 791,
  },
];
