d3plus-hierarchy
Advanced tools
Comparing version 0.7.1 to 0.7.2
/* | ||
d3plus-hierarchy v0.7.1 | ||
d3plus-hierarchy v0.7.2 | ||
Nested, hierarchical, and cluster charts built on D3 | ||
@@ -645,3 +645,3 @@ Copyright (c) 2018 D3plus - https://d3plus.org | ||
return ( obj = {}, obj[width] = w, obj[height] = h, obj[x] = -w / 2, obj[y] = d.children && d.depth !== this$1._groupBy.length ? -(s.r + h) : s.r, obj); | ||
return ( obj = {}, obj[width] = w, obj[height] = h, obj[x] = -w / 2, obj[y] = d.children && d.depth !== this$1._groupBy.length ? -(s.r + h) : s.r, obj ); | ||
@@ -648,0 +648,0 @@ } |
/* | ||
d3plus-hierarchy v0.7.1 | ||
d3plus-hierarchy v0.7.2 | ||
Nested, hierarchical, and cluster charts built on D3 | ||
@@ -4,0 +4,0 @@ Copyright (c) 2018 D3plus - https://d3plus.org |
{ | ||
"name": "d3plus-hierarchy", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Nested, hierarchical, and cluster charts built on D3", | ||
@@ -26,10 +26,10 @@ "main": "build/d3plus-hierarchy.js", | ||
"dependencies": { | ||
"d3-array": "^1.2.1", | ||
"d3-collection": "^1.0.1", | ||
"d3-hierarchy": "^1.1.6", | ||
"d3-scale": "^2.0.0", | ||
"d3-shape": "^1.0.3", | ||
"d3plus-common": "^0.6.39", | ||
"d3-array": "^1.2.4", | ||
"d3-collection": "^1.0.7", | ||
"d3-hierarchy": "^1.1.8", | ||
"d3-scale": "^2.1.2", | ||
"d3-shape": "^1.2.2", | ||
"d3plus-common": "^0.6.43", | ||
"d3plus-shape": "^0.16.0", | ||
"d3plus-viz": "^0.11.14" | ||
"d3plus-viz": "^0.11.17" | ||
}, | ||
@@ -46,3 +46,3 @@ "scripts": { | ||
"devDependencies": { | ||
"d3plus-dev": "^0.6.7" | ||
"d3plus-dev": "^0.6.9" | ||
}, | ||
@@ -49,0 +49,0 @@ "module": "es/index", |
@@ -381,2 +381,2 @@ # d3plus-hierarchy | ||
###### <sub>Documentation generated on Wed, 15 Aug 2018 14:18:59 GMT</sub> | ||
###### <sub>Documentation generated on Mon, 17 Sep 2018 14:19:05 GMT</sub> |
Sorry, the diff of this file is not supported yet
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
191188
Updatedd3-array@^1.2.4
Updatedd3-collection@^1.0.7
Updatedd3-hierarchy@^1.1.8
Updatedd3-scale@^2.1.2
Updatedd3-shape@^1.2.2
Updatedd3plus-common@^0.6.43
Updatedd3plus-viz@^0.11.17