Simple HTML5 Charts using the tag
Go to file
2015-09-24 16:02:58 +01:00
docs Category scale filter function will hide the grid line if null or undefined returned. 2015-08-23 13:20:43 -04:00
samples Update samples to no longer use old functions and instead modify the data directly 2015-09-21 21:00:58 -04:00
src Fixed label padding not affecting x-axis label 2015-09-24 16:02:58 +01:00
test Test missed in last check-in 2015-09-21 21:00:09 -04:00
.gitignore Install coverage metrics. Use gulp coverage to generate coverage reports 2015-08-28 19:02:37 -04:00
.travis.yml
bower.json Version bump 2.0.0-alpha 2015-06-03 15:25:18 -06:00
Chart.js Latest built changes 2015-09-01 18:12:37 -04:00
Chart.min.js Latest built changes 2015-09-01 18:12:37 -04:00
CONTRIBUTING.md
gulpfile.js Revert "Fix resize problems when charts are initially hidden" 2015-09-19 17:52:58 -04:00
karma.conf.js Better debug page reporting of failed tests 2015-08-30 18:23:53 -04:00
karma.coverage.conf.js Install coverage metrics. Use gulp coverage to generate coverage reports 2015-08-28 19:02:37 -04:00
LICENSE.md
package.json Revert "Fix resize problems when charts are initially hidden" 2015-09-19 17:52:58 -04:00
README.md Added 2.0 alpha notes 2015-05-11 19:00:04 -06:00

Chart.js

Build Status Code Climate

Version 2.0 is in early alpha. We are changing the internal data model to reduce copying, increase performance and expose a more flexible API.

Simple HTML5 Charts using the canvas element chartjs.org

Documentation

You can find documentation at chartjs.org/docs. The markdown files that build the site are available under /docs. Please note - in some of the json examples of configuration you might notice some liquid tags - this is just for the generating the site html, please disregard.

Bugs, issues and contributing

Before submitting an issue or a pull request to the project, please take a moment to look over the contributing guidelines first.

For support using Chart.js, please post questions with the chartjs tag on Stack Overflow.

License

Chart.js is available under the MIT license.