Simple HTML5 Charts using the tag
Go to file
2014-10-20 22:18:50 -04: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 hue() complete but undebugged. 2014-10-20 22:18:50 -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 Separate CONTRIBUTING.md, see https://github.com/blog/1184-contributing-guidelines 2014-09-15 12:15:34 -04: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 move contributing to CONTRIBUTING.md, helps with NEW ISSUES 2014-09-15 12:16:31 -04: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.