Simple HTML5 Charts using the tag
Go to file
Evert Timberg fca419e075 Merge pull request #2924 from jeffesp/master
Fixes #2923: swapped tooltip xAlign & yAlign
2016-07-06 17:57:31 -04:00
.github Change templates for issues/PRs 2016-05-30 15:37:19 +00:00
docs Added usePointStyle option to label boxes 2016-07-05 20:08:29 -06:00
samples Merge pull request #2555 from simonbrunel/travis-dist 2016-06-28 08:39:57 -04:00
src Merge pull request #2924 from jeffesp/master 2016-07-06 17:57:31 -04:00
test Merge pull request #2870 from chartjs/fix/2802 2016-07-06 17:53:50 -04:00
.codeclimate.yml Remove unnecessary line from code climate config 2016-04-16 20:34:21 -04:00
.editorconfig Performance and minification improvements 2016-05-13 22:07:39 -05:00
.eslintignore
.eslintrc
.gitignore Make Travis to release the npm package 2016-06-18 12:14:32 +02:00
.npmignore Make Travis to release the npm package 2016-06-18 12:14:32 +02:00
.travis.yml Make Travis to release the npm package 2016-06-18 12:14:32 +02:00
composer.json Add composer.json 2016-03-14 23:41:04 +00:00
config.jshintrc Fix #2734 Cleanup unused variables 2016-06-18 11:00:11 +02:00
CONTRIBUTING.md Update Contributing Guidelines 2016-06-02 10:52:19 -04:00
gulpfile.js Drop official support for Bower 2016-06-18 12:18:30 +02:00
karma.conf.ci.js
karma.conf.js
karma.coverage.conf.js
LICENSE.md
package.json New Chart.js.zip package 2016-06-18 12:14:31 +02:00
README.md Add more information to README on Building and Testing 2016-07-03 00:24:35 -04:00

Chart.js

Build Status Code Climate Coverage Status

Chart.js on Slack

Simple HTML5 Charts using the canvas element chartjs.org

Installation

You can download the latest version of Chart.js on GitHub or just use these Chart.js CDN links.

To install via npm:

npm install chart.js --save

To Install via bower, please follow these instructions.

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

To build, run gulp build.

To test, run gulp test.

To test against code standards, run gulp jshint.

More information on building and testing can be found in gulpfile.js.

Thanks to BrowserStack for allowing our team to test on thousands of browsers.

License

Chart.js is available under the MIT license.