|
il y a 1 semaine | |
---|---|---|
.. | ||
dist | il y a 1 semaine | |
docs | il y a 1 semaine | |
samples | il y a 1 semaine | |
src | il y a 1 semaine | |
test | il y a 1 semaine | |
.eslintignore | il y a 1 semaine | |
.eslintrc.yml | il y a 1 semaine | |
.npmignore | il y a 1 semaine | |
LICENSE.md | il y a 1 semaine | |
README.md | il y a 1 semaine | |
book.json | il y a 1 semaine | |
bower.json | il y a 1 semaine | |
cc-test-reporter | il y a 1 semaine | |
gulpfile.js | il y a 1 semaine | |
karma.config.js | il y a 1 semaine | |
package.json | il y a 1 semaine | |
rollup.config.js | il y a 1 semaine |
Highly customizable Chart.js plugin that displays labels on data for any type of charts.
Requires Chart.js 2.7.0 or later.
You first need to install node dependencies (requires Node.js):
> npm install
The following commands will then be available from the repository root:
> gulp build // build dist files
> gulp build --watch // build and watch for changes
> gulp test // run unit tests
> gulp test --coverage // run unit tests and generate code coverage
> gulp lint // perform code linting
> gulp package // create an archive with dist files and samples
> gulp docs // generate GitBook documentation (`dist/docs`)
chartjs-plugin-datalabels
is available under the MIT license.