cytoscape-elk
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "cytoscape-elk", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "The ELK layout algorithm adapter for Cytoscape.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-elk.js", |
@@ -8,3 +8,3 @@ cytoscape-elk | ||
[ELK](https://www.eclipse.org/elk/) is a set of layout algorithms implemented by the Eclipse Foundation in Java. The source code is compiled to JS by the [ELK.js](https://cytoscape.github.io/cytoscape-elk.js) project using GWT. This Cytoscape extension adds support for the ELK layout aglorithms in Cytoscape. | ||
[ELK](https://www.eclipse.org/elk/) is a set of layout algorithms implemented by the Eclipse Foundation in Java. The source code is compiled to JS by the [ELK.js](https://github.com/kieler/elkjs) project using GWT. This Cytoscape extension adds support for the ELK layout aglorithms in Cytoscape. | ||
@@ -88,10 +88,13 @@ | ||
- `box` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/demo-box.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-box.html)) Pack the nodes like boxes. | ||
- `disco` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/demo-disco.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-disco.html)) Pack the (disconnected) components. A secondary layout may be applied to each component via `options.elk.componentLayoutAlgorithm`. | ||
- `force` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/demo-force.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-force.html)) Apply a basic force-directed layout. | ||
- `layered` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/demo-layered.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-layered.html)) Apply a hierarchical layout, appropriate for DAGs and trees. | ||
- `mrtree` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/demo-mrtree.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-mrtree.html)) Apply a traditional, hierarchical tree layout. | ||
- `random` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/demo-random.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-random.html)) Apply random positions to the nodes. | ||
- `stress` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/demo-stress.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-stress.html)) Apply a force-directed layout. | ||
https://cytoscape.org/cytoscape.js-elk/demo-box.html | ||
https://cytoscape.org/cytoscape-elk/demo-box.html | ||
- `box` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/demo-box.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-box.html)) Pack the nodes like boxes. | ||
- `disco` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/demo-disco.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-disco.html)) Pack the (disconnected) components. A secondary layout may be applied to each component via `options.elk.componentLayoutAlgorithm`. | ||
- `force` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/demo-force.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-force.html)) Apply a basic force-directed layout. | ||
- `layered` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/demo-layered.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-layered.html)) Apply a hierarchical layout, appropriate for DAGs and trees. | ||
- `mrtree` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/demo-mrtree.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-mrtree.html)) Apply a traditional, hierarchical tree layout. | ||
- `random` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/demo-random.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-random.html)) Apply random positions to the nodes. | ||
- `stress` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/demo-stress.html)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-stress.html)) Apply a force-directed layout. | ||
See the [ELK.js documentation](https://github.com/OpenKieler/elkjs) and the [ELK algorithm options documentation](https://www.eclipse.org/elk/reference/algorithms.html) for more information. | ||
@@ -98,0 +101,0 @@ |
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
353688
121