Open mjtribble opened 3 years ago
Simplified example: Open the Chart in the Vega Editor
This issue looks a lot like https://github.com/vega/vega-lite/issues/4044.
I wonder whether we changed something in https://github.com/vega/vega-lite/pull/5780. @haldenl @kanitw do you see what's wrong here?
I think formatType
on the y-axis should be utc
but it's time
.
https://github.com/vega/vega-lite/pull/7815 fixes the issue.
The same issue affects the labels of nominal fields:
Open the Chart in the Vega Editor
Is it possible to add support for formatType: "utc"
which is supported by Vega?
I don't see an issue with that. Can you send a pull request?
@domoritz Sure. Here it is: #9265
Date labels are shifted one day when viewed in mountain time. Updating browser timezone to UTC shows correct labels
Open in editor