-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
[BUG] Bar chart with time axis set wrong bar width and position #4745
Comments
This works in v2.7 if you add |
It is also same problem in my environment. |
This issue should really be re-opened as we are having the exact same problem over two months later and it has not been resolved. This was closed pre-maturely, especially since the given example doesnt work. This issue alone means we will probably have to look for a different chart library if there is no workaround |
Re-opening: as discussed in #4911, we should support data at different distances with same bar width but we still need to figure out what the proper way to determine the bar width to use (I'm working on it). The only workaround I'm thinking of is to set |
Yeah, I don't think that
I think we would really need to add an option like |
Creating a bar chart with non consecutive date (or date with differente distances) the chart draw bars with different width and wrong positions.
Here the example:
https://codepen.io/andreafi/pen/RLbjzJ
The text was updated successfully, but these errors were encountered: