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

angular-d3-charts

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-d3-charts - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

3

bundle/doughnutChart.component.js

@@ -28,2 +28,5 @@ "use strict";

var piedata = this.data;
this.outerRadius = this.outerRadius ? this.outerRadius : 150;
this.innerRadius = this.innerRadius ? this.innerRadius : 70;
this.spreadSlice = this.spreadSlice ? this.spreadSlice : false;
var pie = d3.layout.pie()

@@ -30,0 +33,0 @@ .startAngle(Math.PI / 2)

5

package.json
{
"name": "angular-d3-charts",
"version": "2.0.6",
"version": "2.0.7",
"description": "Integrate angular 2 app with interactive d3 charts e.g. Doughnut, Pie, Single Bar chart, Multiple bar chart and Stacked bar chart. Beautiful charts for Angular2 based on d3.js",

@@ -29,2 +29,3 @@ "main": "main.js",

},
"readme": "README.md",
"devDependencies": {

@@ -38,2 +39,2 @@ "@types/core-js": "0.9.36",

}
}
}
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