-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
BarChart right/left bar cut in half #1446
Comments
I ran into this too and just figured it out: However, there’s a new problem, at least on my chart: the last bar is entirely missing. I think the problem is in
I think the second (max) calculation should read |
I tried to set fitbars=true but like you I got the last bar missing. To get the last bar in full, if I set the axisMaximum to +0.5 my max value I got it full but still got the first one "half" even if I set the axisMinimum to -0.5. If anyone has a solution, thanks in advance. |
What version are you using? Please do try ChartsDemo first to make sure you don't have configuration issue. |
@francoisduchemin try latest master. I don't see this issue in ChartsDemo |
@venux92 @francoisduchemin I ran into the same issue even after setting With and without |
@sree127 you mean |
For me the issue was this line: If I don't put this line, only 6 labels are displayed. |
@sree127 You're right, I remove |
Looks like current |
This avoids having to set custom axisMinimum/axisMaximum, or offsetting x
Hi, I refer to this issue (closed) similar to my problem.
#323
In BarChart the first and last bar are cut in half.
Is there any solution regarding this ?
Thanks in advance
The text was updated successfully, but these errors were encountered: