Chart.js Library Download
Change Log. 2018-02-11. Fix gauge chart with fullCircle option. 2018-02-10.
This article explores the Chart.js library, which, as the name suggests, is used to create charts. I am trying to include charts into my Ionic application, but I get error. I have download the angular.js folder and chart.js folder into my lib folder and added the. Oct 28, 2017 Download Chart.js for free. Simple yet flexible JavaScript charting for designers & developers. Chart.js is a Javascript library that allows designers and.
Do not call resize functions when chart is hidden. Switched CI environment. Have license in minified bundle. Fixed a memory leak. 2017-09-14. point.focus.expand.r takes a function.
Pie and donuts really handle data.order correctly. 2017-08-19. Added bar.space option. 2017-08-16. Bug fix of bar chart. 2017-07-20. Move some style handling to css. 2017-06-24.
Chart Js Library
Bug fix. 2017-06-11. New option and bug fixes. 2017-05-28.
Performance improvement and bug fixes. 2016-05-01. New features, performance improvement and bug fixes. 2015-03-17. New features, performance improvement and bug fixes. 2015-01-18. New features, performance improvement and bug fixes. 2014-12-14.
Bug fixes. 2014-12-02. Bug fixes. 2014-12-01. Bug fixes. 2014-11-30. Bug fixes. Performance improvement. 2014-11-21.
New features (e.g. Axis.y/y2.inner, legend.hide options). Bug fixes. Performance improvement. 2014-11-18. Bug fixes. 2014-11-17. Bug fixes. 2014-11-16.
Fixed class suffix. 2014-11-15. A lot of bug fixes and new features. Introduce unit test (it's not enough though). 2014-08-22. Introduced new architecture so that we can extend this library more easily. Modified some options such as data.xFormat and data.xLocaltime.
Splitted source file into small ones.
I am trying to include charts into my Ionic application, but I get error. I have download the angular.js folder and chart.js folder into my lib folder and added the following lines to index.html: I also added chart.js to my module: angular.module('myApp', 'ionic', 'chart.js') but I still get the error: Uncaught Error: Chart.js library needs to included What am I doing wrong, how can I use chart.js in my app?