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
duplicate of #1346, feel free to weigh in over there. I doubt we'll change this behavior though - we could pick some other value but it would usually be wrong. I'd recommend setting width explicitly (yes, in milliseconds) https://codepen.io/alexcjohnson/pen/YgYqMW
When i have bar-graph with date-axis and custom range specified the bar becomes invisible when there is only 1 bar.
invisible bar:
https://codepen.io/rtjin/pen/bZYJOp
2-bars:
https://codepen.io/rtjin/pen/oVoOJJ
Turns out the bar is very small. Which can be seen when the range becomes small.
Workaround: Set width on bar: 1 unit seems to be 1ms.
It would be nice if the bar gets a better width.
The text was updated successfully, but these errors were encountered: