Skip to content
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

Closed
willbrowningme opened this issue Feb 15, 2017 · 4 comments
Closed

Since last update bar chart will no longer stack #38

willbrowningme opened this issue Feb 15, 2017 · 4 comments

Comments

@willbrowningme
Copy link

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?

@apertureless
Copy link
Owner

apertureless commented Feb 15, 2017

This is weird. The latest update, only changed some stuff in the reactiveProp mixin.
Which version were you running previously?

@willbrowningme
Copy link
Author

I just deleted the node modules folder for vue-chartjs and then ran npm install vue-chartjs@2.3.2
and they are now stacking as they should again.

So not sure what the issue is here but guess I'll just have to not update until it is fixed.

Thanks

@willbrowningme
Copy link
Author

Just deleted the folder again and reinstalled the latest version, now appears to be working as it should.

Very strange indeed.

@apertureless
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants