chartjs / Chart.js
- вторник, 26 апреля 2016 г. в 03:16:04
JavaScript
Simple HTML5 Charts using the
Simple HTML5 Charts using the canvas element chartjs.org
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
You can find documentation at www.chartjs.org/docs. 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.
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.
gulp build
, gulp test
Chart.js is available under the MIT license.