Simple HTML5 Charts using the tag
Go to file
2014-12-29 15:41:39 -05:00
docs Docs note on maintain aspect ratio option 2014-07-27 23:12:03 +01:00
samples Add in new chart samples 2014-06-29 18:36:04 +01:00
src Fix for Almond AMD 2014-08-20 15:20:46 -04:00
.gitignore Update ignored files 2014-06-29 17:34:56 +01:00
bower.json Pre-release version bump to beta.4 2014-08-17 23:21:11 +01:00
Chart.js Fix for Almond AMD 2014-08-18 18:52:50 -04:00
Chart.min.js Pre-release version bump to beta.4 2014-08-17 23:21:11 +01:00
CONTRIBUTING.md Update to have new chart types in external repos 2014-12-29 15:38:03 -05:00
gulpfile.js Fix reference error when tagging a release 2014-07-27 23:02:30 +01:00
LICENSE.md Update copyright year in license to include 2014 2014-03-09 16:30:27 -07:00
package.json Pre-release version bump to beta.4 2014-08-17 23:21:11 +01:00
README.md Update readme about where to put new chart types 2014-12-29 15:40:09 -05:00

Chart.js

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.

License

Chart.js is available under the MIT license.

Bugs & issues

When reporting bugs or issues, if you could include a link to a simple jsbin or similar demonstrating the issue, that'd be really helpful.

This project is modular and supports separately-maintained new chart types. This project's scope includes only the chart types included. New chart types should be created and maintained in separate repositories. We may consider linking to them from this project if they incude passing build tests and have complete documentation. Please discuss new or "missing" chart types in the Chart.js User Discussion Google Group and not in Issues. For more information, please also see the CONTRIBUTING file.