Simple HTML5 Charts using the tag
Go to file
2015-05-26 16:26:52 -06:00
docs Merge pull request #1066 from tannerlinsley/add-stacked-area 2015-05-06 20:31:27 -04:00
samples Fix the y scales that were missed in the previous check in 2015-05-23 21:49:01 -04:00
src Moved radial scale into Chat.Scale.js. Registered as "radialLinear" which will allow radialLogarithmic, etc in the future. Updated the polar area and radar charts to use the new scale config. The scales draw, but the points do not. This is no different than the current v2.0 branch 2015-05-24 14:33:12 -04: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 Playground and big changes 2015-05-20 00:03:45 -07:00
Chart.js Playground and big changes 2015-05-20 00:03:45 -07:00
Chart.min.js Playground and big changes 2015-05-20 00:03:45 -07:00
CONTRIBUTING.md ADD GH PR guidelines 2015-01-28 14:22:28 -05:00
gulpfile.js Color Animation, Color Autopilot 2015-05-12 01:13:16 -06:00
LICENSE.md Bump copyright year in license 2015-01-01 23:46:02 +00:00
package.json Playground and big changes 2015-05-20 00:03:45 -07: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.