The color coding of Contribution Graph is showing wrong Information #23261
-
As We all know GitHub uses a color coding to show how much you have contributed in a particular day using 5 different shaded starting White to Dark Green . But from last few days I am seeing that the color coding is not correct according to the contribution i made . As you can see from the graph I did a lot of commits but some area are still showing Light Green . Can someone help me ? |
Beta Was this translation helpful? Give feedback.
Replies: 13 comments 11 replies
-
The colors on the contribution graph are determined by looking at all of the days currently being displayed, and then allocating shades of green relative to what’s there. That means that if you have a new day with a record amount of activity, much more than your previous days, that day will become the darkest shade of green, and all of the other days will become lighter. Similarly, if your busiest day drops off the end of the graph, a new busiest day will be selected, and some squares will become darker. The cut offs for the different shades of green are calculated separately for each user based on his or her contributions over the last 365 days. We use quartiles after removing outliers. This means that one user might get the darkest shade of green by making 5 commits, while another user will need 50 commits to get the same shade. I do apologise if I am repeating myself, but I’m afraid we do not discuss the details behind our algorithms as that would allow certain users to game them. I’m afraid we won’t be able to share more than that. |
Beta Was this translation helpful? Give feedback.
-
This is something Interesting :slight_smile: Does it means I should contribute in a equal manner OR similar amount of contribution everyday .? Anyway Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
Hi Andrea, is there any configuration in which we can remove the outlier or just showing in some different color while making the second highest contribution on any day as reference. Thanks in Advance @AndreaGriffiths11 |
Beta Was this translation helpful? Give feedback.
-
if my contribution color turn from green to blue, what does it mean? |
Beta Was this translation helpful? Give feedback.
-
My additive color does not appear green even though I have contributed. how do i straighten |
Beta Was this translation helpful? Give feedback.
-
I think Github updated the color range from ( white - Dark green), I am seeing (black, orange, and yellow) |
Beta Was this translation helpful? Give feedback.
-
i am still getting problem, pushing code everyday but not able to see any contibution there in my profile ,no green color,pleasae help |
Beta Was this translation helpful? Give feedback.
-
I have resolved this issue, you just need to check your email, is it same
in GitHub and in tool which you are using to push code
…On Wed, 1 May 2024, 19:37 Soumil Mukhopadhyay, ***@***.***> wrote:
I'm having the same doubt.FIY in my profile too it shows lighter green
shade as less and darker green shade as more contribution activity,which
should ideally be the opposite,despite having around 500 commits.
—
Reply to this email directly, view it on GitHub
<#23261 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUYFZCVT5PR4P42E7UW4SH3ZADZJNAVCNFSM6AAAAAARHVB5LGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TEOBVGYYDI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
it's different |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
I think Github updated the color to orange for a while, but now it is green again |
Beta Was this translation helpful? Give feedback.
-
I use in dark mode only,but now it's rectified👍 |
Beta Was this translation helpful? Give feedback.
Hi @shubham15gupta09,
The colors on the contribution graph are determined by looking at all of the days currently being displayed, and then allocating shades of green relative to what’s there.
That means that if you have a new day with a record amount of activity, much more than your previous days, that day will become the darkest shade of green, and all of the other days will become lighter.
Similarly, if your busiest day drops off the end of the graph, a new busiest day will be selected, and some squares will become darker.
The cut offs for the different shades of green are calculated separately for each user based on his or her contributions over the last 365 days. We use quartiles aft…