-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Wrong date for x-axis if dataset begins from one last date of month. #3466
Comments
if change the formatLabel for x-axis to 'dd/MM' it looks like the first date is spoiled. https://codepen.io/F-Tulpan/pen/JjZYeMK and it looks like the issue happens if only first date of set belong end day of prev month. |
flxb-awm
changed the title
Wrong date for x-axis if month begin from tuesday
Wrong date for x-axis if dataset begins from one last date of month.
Oct 31, 2022
Did you ever figure out a fix or workaround for this? |
Hey, this bug is still ALIVE!!!! |
@junedchhipa any update on this issue, this bug still persists..
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
there is Graph with datetime data:
set of data begin from 2022-10-31 and finished for 2022-11-06 (one weeks)
and
Steps to Reproduce
Expected Behavior
there is graph with one column and x axis with name of weekdays abbreviation names begin from Monday
Mon Tue Wed Thu Fri Sat San
Actual Behavior
there is graph with one column and x axis with name of weekdays abbreviation names begin from Saturday
Sat Tue Wed Thu Fri Sat San
Screenshots
Reproduction Link
https://codepen.io/F-Tulpan/pen/poKjBGR
The text was updated successfully, but these errors were encountered: