-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Overlapping and extra wide bars in bar graph #4885
Comments
I'd like to take a crack at it if you aren't already working on a fix for it |
BarStacked.js (260~)
Hey @junedchhipa, |
Hey @jackrabbit-start, I think you have to tag @junedchhipa, or they won't get notified. |
In this case, Alternatively, you can use this method.
using this percentage |
Hi @jackrabbit-start, thanks for the input. I tried it with 5% and got better results. The issue is in my case I have more than 20 graphs with the same settings, but with different values/data. The widths were not as wide but not uniform. |
If there are any other problem about this issue, I would appreciate it if you could provide an example. I will create a PR for this issue. |
Hi again @jackrabbit-start Here is a codepen with real examples: https://codepen.io/ordago/pen/EaxPKqd Thanks! |
Description
Steps to Reproduce
Expected Behavior
bars should not overlap and should not occupy more than one date (in a datetime chart)
These are other charts with the same options but different series:
Actual Behavior
bars overlap
Screenshots
Reproduction Link
https://codepen.io/ordago/pen/dPbNpxj
The text was updated successfully, but these errors were encountered: