buche-cytoscape
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -17,2 +17,5 @@ | ||
} | ||
if (!options.layout) { | ||
options.layout = {name: "cola"}; | ||
} | ||
let cy = cytoscape(options); | ||
@@ -35,3 +38,3 @@ // Cytoscape will fail to properly paint canvas inside panes that | ||
setup() { | ||
this.config = this.options.options; | ||
this.config = Object.assign({}, this.options.options || {}); | ||
this.cy = setup(this.element, this.config); | ||
@@ -38,0 +41,0 @@ } |
{ | ||
"name": "buche-cytoscape", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "buche-cytoscape", | ||
"description": "Cytoscape channel and element for Buche.", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"format": "cjs", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
15646
397