We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refering to: #482
But apparantly i am still getting this bug. The date are
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
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
Thanks for reporting. Could someone try to reproduce this in JS in a codepen/jsfiddle/jsbin? That would help us out a lot.
Closing due to lack of reproducible example.
Feel free to reopen another issue if the problem persists.
No branches or pull requests
Refering to: #482
But apparantly i am still getting this bug. The date are
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
The text was updated successfully, but these errors were encountered: