-
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
Stacked Bar Chart with time scale - multiple issues(0-valued datapoints, time scale ordering) #5405
Comments
Please provide a jsfiddle (or similar) that reproduces this issue, but also the Chart.js version. |
My Chart.js version is 2.7.2. I actually found out what caused it: You have to have every time point in every dataset and set the ones you don't use to 0 respectively - like this:
But I don't think that's the way it's supposed to work, because now, when I hover over the bottom, there come the "0" valued tooltips... but at least, the blocks aren't floating around anymore. |
And another bug: |
So I can't have
on the first dataset and
on the second. |
Here is my example, which acts weird on stacking and also on just hiding a series: just click the first red one (Products) and it hides all of them. https://codepen.io/alesvaupotic/pen/bvyzGR Switch |
Any update on this one? |
The same issue for me...any update about this? |
What it looks like (false behavior)
My Options
My datasets
The text was updated successfully, but these errors were encountered: