cytoscape-cose-bilkent
Advanced tools
Comparing version 1.3.5 to 1.3.6
{ | ||
"name": "cytoscape-cose-bilkent", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "The CoSE layout for Cytoscape.js by Bilkent", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-cose-bilkent.js", |
{ | ||
"name": "cytoscape-cose-bilkent", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "The CoSE layout for Cytoscape.js by Bilkent", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-cose-bilkent.js", |
@@ -80,3 +80,9 @@ cytoscape-cose-bilkent | ||
// Represents the amount of the horizontal space to put between the zero degree members during the tiling operation(can also be a function) | ||
tilingPaddingHorizontal: 10 | ||
tilingPaddingHorizontal: 10, | ||
// Gravity range (constant) for compounds | ||
gravityRangeCompound: 1.5, | ||
// Gravity force (constant) for compounds | ||
gravityCompound: 1.0, | ||
// Gravity range (constant) | ||
gravityRange: 3.8 | ||
}; | ||
@@ -83,0 +89,0 @@ ``` |
@@ -65,7 +65,7 @@ 'use strict'; | ||
tile: true, | ||
//whether to make animation while performing the layout | ||
// Type of layout animation. The option set is {'during', 'end', false} | ||
animate: 'end', | ||
//represents the amount of the vertical space to put between the zero degree members during the tiling operation(can also be a function) | ||
// Represents the amount of the vertical space to put between the zero degree members during the tiling operation(can also be a function) | ||
tilingPaddingVertical: 10, | ||
//represents the amount of the horizontal space to put between the zero degree members during the tiling operation(can also be a function) | ||
// Represents the amount of the horizontal space to put between the zero degree members during the tiling operation(can also be a function) | ||
tilingPaddingHorizontal: 10, | ||
@@ -72,0 +72,0 @@ // Gravity range (constant) for compounds |
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
546799
98