-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Base attribute bug #5057
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
Comments
This has been reported in Plotly.py as well, plotly/plotly.py#2658 Indeed this seems like a bug. |
The problem appears within the range of positive and negative 10000 ms. |
After some investigation, the issue appears not to be related to bars and bases. |
Yes, so it seems.
It would make sense that number type should be taken as milliseconds. Years and other types should be specified as string in my opinion. |
I have tried to make simple timeline with the help of base attribute. Run into problem with low x values. If x is lower than 10000 ms, plot breaks as seen in example. With values higher than 10s, plot works as expected. Possible bug, thanks for help or maybe explanation if i am doing something wrong.
Codepen - https://codepen.io/kristi-n-krob-nek/pen/dyMoKNJ
Also tried to look for similar issue before posting, but found nothing close to this problem.
The text was updated successfully, but these errors were encountered: