nodelayout
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "nodelayout", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "For node Layout.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -240,2 +240,5 @@ import * as d3 from "d3"; | ||
.attr("fill", "url(#diagramPattern)") | ||
.on("click", (event) => { | ||
d3.selectAll(".unit-dis").attr("class", "unit-dis"); | ||
}) | ||
.call( | ||
@@ -242,0 +245,0 @@ d3.zoom() |
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
1721090
8794