Skip to content

Wrong date labels on xaxis #3407

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

Closed
germayneng opened this issue Jan 7, 2019 · 3 comments
Closed

Wrong date labels on xaxis #3407

germayneng opened this issue Jan 7, 2019 · 3 comments

Comments

@germayneng
Copy link

germayneng commented Jan 7, 2019

image

Refering to: #482

But apparantly i am still getting this bug. The date are

image

However, when plotting, it seems to label the data at november to be oct. Using python version of plotly and currently at 3.4.2

@germayneng
Copy link
Author

germayneng commented Jan 7, 2019

Ok it seems that i added:

layout = go.Layout(
    xaxis = dict(tickformat = '%Y/%m', dtick = 'M1') 

                           ) 

and it works

edit: any idea what actually went wrong initially>

@etpinard
Copy link
Contributor

etpinard commented Jan 7, 2019

Thanks for reporting. Could someone try to reproduce this in JS in a codepen/jsfiddle/jsbin? That would help us out a lot.

@etpinard
Copy link
Contributor

Closing due to lack of reproducible example.

Feel free to reopen another issue if the problem persists.

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

2 participants