|
|
hai 2 meses | |
|---|---|---|
| .. | ||
| dist | hai 2 meses | |
| docs | hai 2 meses | |
| samples | hai 2 meses | |
| src | hai 2 meses | |
| test | hai 2 meses | |
| .eslintignore | hai 2 meses | |
| .eslintrc.yml | hai 2 meses | |
| .npmignore | hai 2 meses | |
| LICENSE.md | hai 2 meses | |
| README.md | hai 2 meses | |
| book.json | hai 2 meses | |
| bower.json | hai 2 meses | |
| cc-test-reporter | hai 2 meses | |
| gulpfile.js | hai 2 meses | |
| karma.config.js | hai 2 meses | |
| package.json | hai 2 meses | |
| rollup.config.js | hai 2 meses | |
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.