chart.js-plugin-labels-dv
Advanced tools
Comparing version 3.0.4 to 3.0.5
{ | ||
"name": "chart.js-plugin-labels-dv", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Chart.js plugin to display labels on pie, doughnut and polar area chart.", | ||
@@ -5,0 +5,0 @@ "main": "src/chartjs-plugin-labels.js", |
@@ -8,3 +8,3 @@ # chart.js-plugin-labels for Chart.js v3 | ||
## Download | ||
- [Compressed](https://raw.github.com/DavideViolante/chartjs-plugin-labels/master/build/chartjs-plugin-labels.min.js) | ||
- [Compressed](https://raw.github.com/DavideViolante/chartjs-plugin-labels/master/dist/chartjs-plugin-labels.min.js) | ||
- [Uncompressed](https://raw.github.com/DavideViolante/chartjs-plugin-labels/master/src/chartjs-plugin-labels.js) | ||
@@ -15,3 +15,3 @@ | ||
https://cdn.jsdelivr.net/gh/DavideViolante/chartjs-plugin-labels/src/chartjs-plugin-labels.js | ||
https://unpkg.com/chart.js-plugin-labels-dv/dist/chartjs-plugin-labels.min.js | ||
@@ -147,11 +147,16 @@ ## Installation | ||
### For Angular 2+ | ||
### Angular 2+ | ||
``` | ||
import Chart from 'chart.js/auto'; | ||
import 'chart.js-plugin-labels-dv'; | ||
``` | ||
If you use [angular2-chartjs](https://github.com/emn178/angular2-chartjs), you can import by this: | ||
``` | ||
import { ChartModule } from 'angular2-chartjs'; | ||
import 'chartjs-plugin-labels'; | ||
import 'chart.js-plugin-labels-dv'; | ||
``` | ||
## License | ||
The project is released under the [MIT license](http://www.opensource.org/licenses/MIT). | ||
[MIT license](http://www.opensource.org/licenses/MIT). | ||
@@ -158,0 +163,0 @@ ## Contact |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54182
163