-
Notifications
You must be signed in to change notification settings - Fork 795
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
Repeated values in date axis #2876
Comments
Hi! It's a little hard to debug for me without seeing the data. I looked at a few similar examples from the Altair docs and they seemed to use a little different strategy:
I would also start without the Does that help? If not, can you post an example of the behavior using one of the datasets from |
Closing as resolved. Some more info on the off-by-one dates in this issue #2540 |
Hello guys!
I'm trying to make a bar graph which has its X axis's type as time. I formatted it using 'utcyearmonth', but the X axis's label repeats values.
Is it a bug? Is there a way to solve it?
This is what happens to the graph
The code I've written is:
I already tried changing the axis type from time to nominal, ordinal and quantitative and removing the scale configuration.
Thank you in advance!
The text was updated successfully, but these errors were encountered: