export default BundesligaGoalsLeaderboard;
He scored his 41st goal in the 90th minute of the very last game of the season against Augsburg. most goals scored in bundesliga season
useEffect(() => fetch( /api/top-goal-scorers?min_goals=$filter ) .then(res => res.json()) .then(setData); , [filter]); export default BundesligaGoalsLeaderboard
const chartData = labels: data.map(item => $item.player ($item.season) ), datasets: [ label: 'Goals', data: data.map(item => item.goals), backgroundColor: 'rgba(75, 192, 192, 0.6)', ] ; const chartData = labels: data.map(item =>