Ashutosh00710 / github-readme-activity-graph

A dynamically generated activity graph to show your GitHub activities of last 31 days.
https://ashutosh00710.github.io/github-readme-activity-graph
MIT License
1.67k stars 685 forks source link

BUG: Contribution counts are not aligned properly #85

Closed DenverCoder1 closed 2 years ago

DenverCoder1 commented 3 years ago

Describe the bug Dates are not aligned properly with contribution counts. Only the last 25 days of contributions are displayed but the last 31 days are displayed on the axis.

To Reproduce Started very recently (past day or so)

Expected behavior There should be commits for the past month aligned with the days for those contribution counts.

Screenshots image

Desktop (please complete the following information):

DenverCoder1 commented 3 years ago

@Ashutosh00710 Is the deployment up-to-date?

I tried running the latest version of the code locally and it looks alright.

The dates do not appear next to the commits though.

image

Ashutosh00710 commented 3 years ago

Is the deployment up-to-date?

@DenverCoder1 Yes it is. But the branch that is available in production, is this.

I am still investigating the core of the issue. But the above-mentioned points are, what I found so far.

Ashutosh00710 commented 3 years ago

ba8d804 will fix the issue.

DenverCoder1 commented 3 years ago

It's definitely better. It seems like all of the contributions are a day behind though.

image

image

image

Ashutosh00710 commented 3 years ago

It seems like all of the contributions are a day behind though.

Yes, the timezone issue. I think I have to look for some other solution.