export function getData() {
  return [
    {
      year: "2020",
      "Onshore wind": 300,
      "Offshore wind": 349,
      "Solar photovoltaics": 309,
      "Plant biomass": 337,
      "Landfill gas": 335,
    },
  ];
}
