DevLeonardoCommunity / github-stats

Aggregating and displaying YOUR GitHub Stats in meaningful metrics (we learn web development in the meantime)
https://public-github-stats.vercel.app
MIT License
71 stars 36 forks source link

Feat : Added the Bar chart profile for the repo count #83

Open luckyklyist opened 11 months ago

luckyklyist commented 11 months ago

Issue #73: Implemented Bar Chart with React-Chartjs-2

In this pull request, I have added a bar chart to the user profile page using Chart.js and the react-chartjs-2 library. This bar chart visually represents the repositories to which the user has contributed the most.

Key Changes:

This enhancement enhances the user experience and allows for a quick overview of a user's significant contributions.

Resolves: #73

Screenshot 2023-10-22 at 9 18 39 AM
Balastrong commented 10 months ago

Thank you for the PR!

Do you think it is possible to show the names of all repositories? If only 3 are shown all the other bars have no direct meaning.