nodelayout
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "nodelayout", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "For node Layout.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -59,3 +59,5 @@ # nodeLayout | ||
title: "step8", | ||
id: "0" | ||
id: "0", | ||
x: 100, | ||
y: 200 | ||
}, { | ||
@@ -62,0 +64,0 @@ title: "step9", |
@@ -332,4 +332,4 @@ import * as d3 from "d3"; | ||
}); | ||
nodeData[0].x = 700; | ||
nodeData[0].y = svgHeight/2 + 100; | ||
/* nodeData[0].x = 700; | ||
nodeData[0].y = svgHeight/2 + 100; */ | ||
renderNodes({ data: nodeData }); | ||
@@ -336,0 +336,0 @@ // node connect line |
Sorry, the diff of this file is too big to display
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
136889
78