Evert Timberg 91e24ac893 Merge pull request #2348 from nnnick/doc-cleanup
Add tables for each chart type listing options that can go in each dataset
2016-04-24 17:28:57 -04:00
2016-04-17 14:40:18 -04:00
2016-04-24 17:12:29 -04:00
2016-04-16 17:39:51 -05:00
2016-03-14 23:41:04 +00:00
2016-04-16 20:06:36 -04:00

Chart.js

Build Status Code ClimateCoverage 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.0.0/Chart.js

Documentation

You can find documentation at nnnick.github.io/Chart.js/docs-v2/. The markdown files that build the site are available under /docs. Please note - in some of the json examples of configuration you might notice some liquid tags - this is just for the generating the site html, please disregard.

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.

Description
Languages
JavaScript 89%
TypeScript 10.6%
Shell 0.2%
HTML 0.2%