You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When timestamps are dates, the bars overlap themselves. But when I convert the timestamps to strings, say formatting as HH:mm:ss, they are set side by side, which is how I want them to be.
current:
expected:
The text was updated successfully, but these errors were encountered:
Hey @Mavrin, this works great! It is quite hard to find in the docs, though. Different behaviors for different data types on an axis makes me think this is a bug.
Thanks for the effort.
I am trying to use a bar chart with a dataset of different classes at the same timestamp.
When timestamps are dates, the bars overlap themselves. But when I convert the timestamps to strings, say formatting as
HH:mm:ss
, they are set side by side, which is how I want them to be.current:
![image](https://user-images.githubusercontent.com/3329477/42735875-68ab0a88-8832-11e8-8381-c2d08632d647.png)
expected:
![image](https://user-images.githubusercontent.com/3329477/42735879-7e994b34-8832-11e8-8366-b585f6688778.png)
The text was updated successfully, but these errors were encountered: