angular-chart.js
angular-chart.js copied to clipboard
update chart.js dependency
Description of change
Updated the chart.js dependency to 2.5. Nothing more.
Pull Request check-list
- [x] Run
gulp test
to ensure there are no linting, or style issues and all tests pass. - [x] Squash your commits into a few commits only.
- [x] Make sure the commit message is short, concise and descriptive of the issues you're fixing.
- [x] Avoid mixing up multiple issues and/or features, open one pull request for each issue.
- [x] Have you updated the documentation and / or examples?
- [x] Have you included a new test?
Waiting on https://github.com/chartjs/Chart.js/pull/4079
Is there any example of candlestick?
chartjs/Chart.js#4079 seems to be completed, can this upgrade be merged?