Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Missing #79

Open
XGavinp opened this issue May 31, 2024 · 7 comments
Open

Python Missing #79

XGavinp opened this issue May 31, 2024 · 7 comments

Comments

@XGavinp
Copy link

XGavinp commented May 31, 2024

Hi,

I really love this feature and have implemented it in my own README but fir some reason it does not show Python in the Pie Chart. Can u help me solve this issue. https://github.com/XGavinp

@NarciSource
Copy link

NarciSource commented Aug 11, 2024

This pie chart doesn't actually reflect your overall language usage; rather, it only calculates the primary language for each repository.
I think Python doesn't show up in the chart because it appears as the primary language in only a few of your repositories.

#42 (comment)

@XGavinp
Copy link
Author

XGavinp commented Aug 17, 2024

But all the other languages show.

@yuuki798
Copy link

yuuki798 commented Sep 2, 2024

Can we solve this problem together

@XGavinp
Copy link
Author

XGavinp commented Sep 2, 2024

Yes we can

@lgmorand
Copy link

lgmorand commented Jan 1, 2025

But all the other languages show.

it's takes only the first top 5 langages. you have to edit this line

const languages = userInfo.contributesLanguage.slice(0, 5);

@XGavinp
Copy link
Author

XGavinp commented Feb 9, 2025

Where do I edit this line?

@lgmorand
Copy link

lgmorand commented Feb 9, 2025

Either you are lazy (there are maximum 10 ten small files to open), or you don't know how to use the search input on top of this page buddy :) Either way, I'm sure you will find it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants