Simple HTML5 Charts using the tag
Go to file
2015-01-02 22:56:58 -05:00
docs Merge pull request #750 from CAYdenberg/nnnick 2014-12-29 17:21:59 -05: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
.travis.yml Add Travis CI support 2015-01-01 12:57:21 -05: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 Delete dev instruction 2014-12-30 14:03:40 -05:00
gulpfile.js Add Travis CI support 2015-01-01 12:57:21 -05:00
LICENSE.md Update copyright year in license to include 2014 2014-03-09 16:30:27 -07:00
package.json Add Travis CI support 2015-01-01 12:57:21 -05:00
README.md move build status next to code climate 2015-01-02 22:56:58 -05:00

Chart.js

Code ClimateBuild Status

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.