angular-d3-charts
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -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) |
{ | ||
"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", | ||
} | ||
} | ||
} |
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
17195
412