Simple HTML5 Charts using the tag
Go to file
Simon Brunel efb82d93d8 Auto-release charts if not persistent (tests)
For convenience, charts are now automatically released after each spec if they are not acquired using `persistent: true`. Also remove the confusing and error prone `chartInstance` global variable and make sure that chart instances are local to each spec.
2016-09-08 23:32:43 +02:00
.github Change templates for issues/PRs 2016-05-30 15:37:19 +00:00
docs Fix 3267 Add "onHover" functionality for legend (#3271) 2016-09-08 14:42:42 +02:00
samples Merge pull request #3112 from MatthieuRivaud/MonotoneCubicInterpolation 2016-08-22 17:53:31 -04:00
scripts #3033 Deploy dist files and bower.json (tags) 2016-08-28 18:21:12 +02:00
src Fix 3267 Add "onHover" functionality for legend (#3271) 2016-09-08 14:42:42 +02:00
test Auto-release charts if not persistent (tests) 2016-09-08 23:32:43 +02: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 updates from running code climate locally 2016-02-14 13:25:37 -05:00
.eslintrc Enforce curly braces for single statement block 2016-09-03 18:42:28 +02:00
.gitignore #3182 Gulp task to generate bower.json file 2016-08-28 18:21:10 +02:00
.npmignore Make Travis to release the npm package 2016-06-18 12:14:32 +02:00
.travis.yml Remove encrypted data from .travis.yml 2016-08-28 18:21:13 +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 link to slack automation in Contributing.md 2016-09-01 15:20:18 +00:00
gulpfile.js Use gulp-eslint instead of gulp-jshint 2016-09-03 18:42:22 +02: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
MAINTAINING.md Describe the release process 2016-08-30 00:04:39 +02:00
package.json Use gulp-eslint instead of gulp-jshint 2016-09-03 18:42:22 +02:00
README.md Use gulp-eslint instead of gulp-jshint 2016-09-03 18:42:22 +02:00
thankyou.md Create thankyou.md 2016-07-28 23:44:22 -06: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 lint.

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.