-
-
Notifications
You must be signed in to change notification settings - Fork 838
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
Since last update bar chart will no longer stack #38
Comments
This is weird. The latest update, only changed some stuff in the reactiveProp mixin. |
I just deleted the node modules folder for vue-chartjs and then ran npm install vue-chartjs@2.3.2 So not sure what the issue is here but guess I'll just have to not update until it is fixed. Thanks |
Just deleted the folder again and reinstalled the latest version, now appears to be working as it should. Very strange indeed. |
Maybe it was a missmatch or conflict with peer dependencies. As I updated chart.js in vue-chartjs@2.3.4 But good, that it's working now. |
I just ran npm update and I am now running the latest version of vue-chartjs.
Before the update the bar chart I have with two data sets was stacking on top perfectly (on the x axes).
However now that I have updated the bars of the two data sets are next to each other instead of on top of one another.
I have tried adding stacked: true etc to the chart options x axes however nothing now seems to work.
Is anybody else having this issue with stacking bar charts?
The text was updated successfully, but these errors were encountered: