Simple HTML5 Charts using the tag
Go to file
Evert Timberg f3363e1d3a Merge pull request #2475 from chartjs/fix/2471
Fix time scale grid lines
2016-05-07 07:55:27 -04:00
dist 2.1.0 build 2016-05-03 16:53:09 -05:00
docs Update legend docs -> parameter 'data' has changed to 'chart'. 2016-05-05 16:59:44 +01:00
samples 2.1.0 build 2016-05-03 16:53:09 -05:00
src Fix time scale grid lines 2016-05-06 07:57:28 -04:00
test Reduce core.title.js size 2016-05-04 21:08:59 -04:00
.codeclimate.yml Remove unnecessary line from code climate config 2016-04-16 20:34:21 -04:00
.eslintignore Update git ignore to make it easier to switch between branches. Add code climate config here as well. 2016-02-14 15:15:17 -05:00
.eslintrc Update git ignore to make it easier to switch between branches. Add code climate config here as well. 2016-02-14 15:15:17 -05:00
.gitignore Update git ignore to make it easier to switch between branches. Add code climate config here as well. 2016-02-14 15:15:17 -05:00
.travis.yml Fix build and update to latest node js version. 2016-04-21 07:50:20 -04:00
bower.json Update bower.json to include correct homepage URL 2016-05-04 11:06:39 -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 Fix old broken links and update for new repo 2016-04-25 09:18:49 -04:00
gulpfile.js Fix build to remove all comments other than header 2016-05-04 22:54:10 +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 2.1.0 build 2016-05-03 16:53:09 -05:00
README.md Update README to include CDN for newest version (2.1.0) 2016-05-04 10:57:25 -04: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.1.0/Chart.min.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.