Simple HTML5 Charts using the tag
Go to file
Evert Timberg 99c2d67813 Merge pull request #2421 from mchateloin/pie-demo-randomize-colors
Randomize data button randomizes colors in pie chart demo
2016-04-29 18:18:38 -04:00
dist New built files 2016-04-24 19:24:53 -04:00
docs Added a <br> 2016-04-28 16:52:40 -06:00
samples Merge pull request #2421 from mchateloin/pie-demo-randomize-colors 2016-04-29 18:18:38 -04:00
src Fix radar tests & reenable. support new lineTension attribute like line controller 2016-04-27 19:03:52 -04:00
test Merge pull request #2411 from zachpanz88/shared-data 2016-04-28 18:36:43 -04:00
.codeclimate.yml Remove unnecessary line from code climate config 2016-04-16 20:34:21 -04:00
.eslintignore updates from running code climate locally 2016-02-14 13:25:37 -05:00
.eslintrc updates from running code climate locally 2016-02-14 13:25:37 -05:00
.gitignore Merged remote-tracking branch 'upstream/v2.0-dev' into v2.0-dev to fix conflicts. 2016-02-09 12:56:16 +01:00
.travis.yml Fix build and update to latest node js version. 2016-04-21 07:50:20 -04:00
bower.json Add license field to package files 2016-04-29 03:23:13 +00:00
composer.json Add composer.json 2016-03-14 23:41:04 +00:00
config.jshintrc Improve joshing reporting. Added a JSHint config file. 2016-02-13 20:12:26 -05:00
CONTRIBUTING.md Fix old broken links and update for new repo 2016-04-25 09:18:49 -04:00
gulpfile.js Enable line tests 2016-04-28 23:05:18 +00:00
karma.conf.ci.js Update other test tasks to use karma-browserify 2016-02-13 21:58:49 -05:00
karma.conf.js Update other test tasks to use karma-browserify 2016-02-13 21:58:49 -05:00
karma.coverage.conf.js Run coverage properly on the CI 2016-02-14 09:48:24 -05:00
LICENSE.md Add title of license to license file. Fixes #2097 2016-03-13 10:20:24 -04:00
package.json Add license field to package files 2016-04-29 03:23:13 +00:00
README.md Update readme to link to previous versions 2016-04-27 19:49:26 +01:00

Chart.js

Build Status Code Climate Coverage Status

Chart.js on Slack

Simple HTML5 Charts using the canvas element chartjs.org

Installation

To download a zip, go to the Chart.js on Github

To install via npm / bower:

npm install chart.js --save
bower install Chart.js --save

CDN: https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.0.0/Chart.js

Documentation

You can find documentation at www.chartjs.org/docs. The markdown files that build the site are available under /docs. Previous version documentation is available at www.chartjs.org/docs/#notes-previous-versions.

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.

Building and Testing

gulp build, gulp test

License

Chart.js is available under the MIT license.