Simple HTML5 Charts using the tag
Go to file
achichenin 1cdc046566 Update 00-Getting-Started.md
tiny typo fix
2015-08-08 15:15:57 +03:00
docs Update 00-Getting-Started.md 2015-08-08 15:15:57 +03:00
samples Doughnut legends (only makes sense for first dataset). 2015-07-05 14:56:22 -04:00
src onAnimationComplete for zero-frame transitions 2015-08-07 13:39:09 -06:00
.gitignore Playground and big changes 2015-05-20 00:03:45 -07:00
.travis.yml Update .travis.yml 2015-01-29 21:43:02 -05:00
bower.json Version bump 2.0.0-alpha 2015-06-03 15:25:18 -06:00
Chart.js Build 2015-08-04 11:25:04 -06:00
Chart.min.js Build 2015-08-04 11:25:04 -06:00
CONTRIBUTING.md ADD GH PR guidelines 2015-01-28 14:22:28 -05:00
gulpfile.js Create interfaces similar to the old interfaces. Ensure that scales always have IDs before controllers are built. 2015-06-16 19:20:26 -04:00
LICENSE.md Bump copyright year in license 2015-01-01 23:46:02 +00:00
package.json Version bump 2.0.0-alpha 2015-06-03 15:25:18 -06: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.