Simple HTML5 Charts using the tag
Go to file
Simon Brunel 53a0c5442e New Chart.js.zip package
Samples need to be packaged with built libraries (which one have been removed from the repository), so create a new `gulp package` task to generate a ZIP archive with dist files, samples and the license file. This archive is generated in the ./dist/ folder and will be deployed by Travis along the GH release. Note that the ./dist/ folder is not preserved but merged in the archive root. Also change samples requiring moment.js to load this lib from the CDN instead of the ./node_module folder.
2016-06-18 12:14:31 +02:00
.github Change templates for issues/PRs 2016-05-30 15:37:19 +00:00
docs Add download links to the latest version 2016-06-18 12:14:30 +02:00
samples New Chart.js.zip package 2016-06-18 12:14:31 +02:00
src fix tooltip with array returns 2016-06-14 19:19:15 -04:00
test Allow to register/unregister an array of plugins 2016-06-11 00:17:44 +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 updates from running code climate locally 2016-02-14 13:25:37 -05:00
.gitignore Remove and ignore dist/* files 2016-06-18 12:14:29 +02:00
.travis.yml New Chart.js.zip package 2016-06-18 12:14:31 +02:00
bower.json V2.1.6 with tooltip array fix 2016-06-14 19:32:24 -04: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 Update Contributing Guidelines 2016-06-02 10:52:19 -04:00
gulpfile.js New Chart.js.zip package 2016-06-18 12:14:31 +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
package.json New Chart.js.zip package 2016-06-18 12:14:31 +02:00
README.md Add download links to the latest version 2016-06-18 12:14:30 +02: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 / bower:

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

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

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

License

Chart.js is available under the MIT license.