Simple HTML5 Charts using the tag
Go to file
Simon Brunel 451a9a4515 Fix #2418 Firefox old version compatibility
Old versions of FF doesn't accept accessing the computed style via the 'max-width' and 'max-height' CSS notations using brackets, in which case the returned value is undefined. Changed the constraint methods to use maxWidth and mawHeight instead and make sure to test valid values.
2016-05-25 18:39:42 -04:00
.github Add issue & pull request template files (#2534) 2016-05-12 19:52:39 -05:00
dist Revert "Travis GitHub Releases" (#2553) 2016-05-14 18:08:38 -04:00
docs This fixes documentation issue #2628 2016-05-25 18:39:42 -04:00
samples Fixed a syntax error in the sample 2016-05-16 18:14:14 -05:00
src Fix #2418 Firefox old version compatibility 2016-05-25 18:39:42 -04:00
test Fix #2574 - Add support to hide border on the chart 2016-05-17 21:35:19 +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 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 Revert "Travis GitHub Releases" (#2553) 2016-05-14 18:08:38 -04:00
.travis.yml Revert "Travis GitHub Releases" (#2553) 2016-05-14 18:08:38 -04:00
bower.json 2.1.3 release 2016-05-12 18:41:22 -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 Clean up gulpfile even more 2016-05-25 18:39:42 -04: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 Bump chartjs-color to version 2.0.0 (#2549) 2016-05-14 13:35:35 -04:00
README.md Add BrowserStack mention to readme and website 2016-05-18 12:32:09 +00: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.3/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

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

License

Chart.js is available under the MIT license.