Bars should overlay one another -- note that I don't mean stacked on top of one another; the vertical start position of each bar should remain at the bottom (y=0). This is accomplished via xAxes: [{ stacked: true }]. Demo of desired functionality working w/v2.4.
stacked does not appear to have an effect in the xAxes property.
Demo of desired functionality not working w/v.2.5
I'm trying to recreate vizwit.io using Chart.js and this is the most essential feature to show "filtering" of "totals."
Thanks for reporting this @timwis. I believe this is a duplicate of #3849 which was fixed in #3899. You could try a custom build with that fix included and see if it works for you
Thanks @etimberg!
Most helpful comment
Thanks for reporting this @timwis. I believe this is a duplicate of #3849 which was fixed in #3899. You could try a custom build with that fix included and see if it works for you