Simple HTML5 Charts using the tag
Go to file
Ryan M. Poe 77357e57d6 Refactor spanGaps for line graphs with sparse data (#2721)
Fix #2435, this very slim patch (including its relevant documentation addition) adds a small option to line chart datasets (spanGaps) that allows users trying to graph sparse datasets to have lines between null entries drawn, rather than omitted.
2016-06-07 09:15:26 +02:00
.github Change templates for issues/PRs 2016-05-30 15:37:19 +00:00
dist 2.1.4 release 2016-05-26 18:43:39 -04:00
docs Refactor spanGaps for line graphs with sparse data (#2721) 2016-06-07 09:15:26 +02:00
samples This PR allows for multi-line labels, as per Slack discussion.. 2016-06-03 17:12:19 +01:00
src Refactor spanGaps for line graphs with sparse data (#2721) 2016-06-07 09:15:26 +02:00
test Suggested changes from PR review 2016-06-03 20:15:29 +01: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.4 release 2016-05-26 18:43:39 -04:00
composer.json add composer file 2015-11-05 13:36:04 -05: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 Use bundle-collapser to reduce build size 2016-06-05 09:56:41 +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 Use bundle-collapser to reduce build size 2016-06-05 09:56:41 +02:00
README.md 2.1.4 release 2016-05-26 18:43:39 -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.4/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.