forked from apertureless/vue-chartjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove Vue dependency and change extends Signed-off-by: Jakub Juszczak <[email protected]> * π Release new version 3.0.0-rc0 * β¬οΈ Update examples * π Update README.md * β¬οΈ Update examples * β¬οΈ Update englishd docs * β¬οΈ Update transalted docs with current code examples * π₯ Remove dist files from gitignore * β¬οΈ Update dependencies vue and chartjs * Change private data Implements apertureless#182. The private chart instance is now in the vue.js data model. And can be accessed over `this.$data._chart` Updated unit tests * π Update docs with private data * β¨ Add codeclimate ignore * β¬οΈ Update codeclimate * β¬οΈ Update codeclimate * β¬οΈ Update codeclimate Add build and config folders to ignore
- Loading branch information
1 parent
0fa8261
commit d498b7c
Showing
57 changed files
with
3,710 additions
and
11,787 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
engines: | ||
eslint: | ||
enabled: true | ||
duplication: | ||
enabled: true | ||
config: | ||
languages: | ||
- javascript: | ||
ratings: | ||
paths: | ||
- "**.js" | ||
exclude_paths: | ||
- "dist/" | ||
- "test/**/*" | ||
- "es/" | ||
- "build/" | ||
- "config/" | ||
- "src/examples/**" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.