Version 1.0.0
Breaking Changes
- 7dd5bd9 Upgrade to Chart.js 2.6: deprecate
options.deferred.*
in favor of the reserved plugin options:options.plugins.deferred.*
.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 viaChart.defaults.global.plugins.deferred
.
Documentation
- 4ee3fd0 New GitBook documentation
- 9d5aaf9 Rewrite samples to match the Chart.js style
- 837a549 Online documentation and samples using Netlify
Development
- 44d74cd Use the Chart.js shared ESLint config
- f623a6b Fix CodeClimate badge and disable CC ESLint plugin
- 900c729 Remove useless global function scope
- c2e5bcb Enhance .travis.yml formatting
- 2a848a4 Upgrade dev dependencies
Milestone: 1.0.0