-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Chart.js 2.6 (breaking change)
Deprecate `options.deferred.*` in favor of the reserved plugin options: `options.plugins.deferred.*`, and thus `deferred.enabled` has been removed (disabling the plugin per chart can now be done using: `options.plugins.deferred: false`). Global default options are now accessible via `Chart.defaults.global.plugins.deferred`.
- Loading branch information
1 parent
89d4c6b
commit 7dd5bd9
Showing
6 changed files
with
79 additions
and
107 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
**The MIT License (MIT)** | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2017 Simon Brunel | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,6 @@ | |
"yargs": "^4.7.1" | ||
}, | ||
"peerDependencies": { | ||
"chart.js": ">= 2.5.0 < 3" | ||
"chart.js": ">= 2.6.0 < 3" | ||
} | ||
} |
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
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