diff --git a/documentation/md/extensions.md b/documentation/md/extensions.md index fe294b30d1..e844d2b437 100644 --- a/documentation/md/extensions.md +++ b/documentation/md/extensions.md @@ -76,6 +76,7 @@ A physics simulation layout that makes use of parallelism on the GPU to support * [`polywas`](https://github.com/monprin/polywas) : A layout for GWAS (genome-wide association study) data illustrating inter-locus relationships. * [`spread`](https://github.com/cytoscape/cytoscape.js-spread) : The Spread physics simulation (force-directed) layout tries to use all the viewport space, but it can be configured to produce a tighter result. It uses the CoSE algorithm initially, and it uses Gansner and North for the spread phase. * [`springy`](https://github.com/cytoscape/cytoscape.js-springy) : The Springy physics simulation layout. It's a basic physics (force-directed) layout. + * [`tidytree`](https://github.com/chuckzel/cytoscape-tidytree) : A layout specifically for trees that allows for a non-layered layout. ## API extensions