chart-lb.js
v2.3.1
Published
Simple Adaptation of Charts.js.
Downloads
4
Readme
Chart-lb.js
Simple Chart.js Adaptation chartjs.org
Installation
You can download the latest version of Chart-lb.js on GitHub.
To install via npm:
npm install chart-lb.js --save
Documentation
You can find Chart.js 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
For support using Chart.js, please post questions with the chartjs
tag on Stack Overflow.
Building and Testing
To build, run gulp build
.
To test, run gulp test
.
To test against code standards, run gulp lint
.
More information on building and testing can be found in gulpfile.js.
License
Chart-lb.js is available under the MIT license.