-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Migrate to vue-chartjs v3, chart.js v4 #341
Conversation
In order to further ease the migration to Vue 3, the decorator based component was rewritten in the normal object API.
Very nice, thank you! Will review and merge next week :) |
Codecov Report
@@ Coverage Diff @@
## master #341 +/- ##
=======================================
Coverage 27.62% 27.62%
=======================================
Files 26 26
Lines 1354 1354
Branches 186 186
=======================================
Hits 374 374
Misses 925 925
Partials 55 55
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a couple issues and fixed them.
All looks good now! Thanks for contributing ❤️ |
In order to further ease the migration to Vue 3, the decorator based component was rewritten in the normal object API.
Also disable ESLint rules that conflicted into madness through eslint-config-prettier.