Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chart.js-plugin-labels-dv

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chart.js-plugin-labels-dv - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc