-
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 graph showing one dataset's bars in wrong column #3828
Comments
I'm not using the I should note that when the bars are hovered over, they display the correct dataset. They're just rendering too far to the right for some reason. |
The time axis is not automatically set. Could you put this in a jsfiddle for debugging? |
How confusing...the jsfiddle works exactly as expected: https://jsfiddle.net/4yhpfpn2/1/ (Replaced the 0 values with 0.1 to make them easier to see) Is there anything you could think of that could interfere with chartjs's ability to draw bars in the correct location? |
That's interesting. I don't know what could cause that to happen. Are you able to share the original case at all? |
Closing since there is no test case |
I'm totally stumped with this one. Here's the data being sent to chartjs:
As far as I can tell this absolutely abides by the required structure. However, when the chart renders, it looks like this:
(This screenshot is with a
barValueSpacing
of20
, but I've tried several configurations and it never seems to help)The first green bar has a value of 11, and it should be displayed in the 12/11/2016 column alongside the
0
value for theDecember 2016
dataset. What is going on here?The text was updated successfully, but these errors were encountered: