-
Notifications
You must be signed in to change notification settings - Fork 341
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
[Bug] wrong dates of the chart of star increment #1404
Labels
type/bug
Bug issues
Comments
TommyLemon
changed the title
[Bug] wrong dates of the chart of start increasing
[Bug] wrong dates of the chart of start increment
Mar 16, 2023
Looks like this has something to do with in Bars.tsx, printing data.data?.data after line 38 shows this for the Stars graph:
As you can see, the most recent day is today (2023-03-19T00:00:00.000Z), but it skips 2023-03-18T00:00:00.000Z and goes directly to 2023-03-17T00:00:00.000Z |
TommyLemon
changed the title
[Bug] wrong dates of the chart of start increment
[Bug] wrong dates of the chart of star increment
Mar 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Describe the bug
from the second last day, the dates are all 1 day ahead of the actual dates.
missing "Mar 15", the "Mar 14" is wrong, actually the increased stars belongs to "Mar 15"
https://ossinsight.io/analyze/Tencent/APIJSON
https://ossinsight.io/analyze/glennliao/apijson-go#overview
To Reproduce
Steps to reproduce the behavior:
open the links above
Expected behavior
fix the wrong dates
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: