setcola
setcola copied to clipboard
High-Level Constraints for Graph Layout
Readme says: > The basic usage of the SetCoLa compiler is shown below. This behavior is demonstrated in the file editor.js. There is no file called editor.js, nor can I...
Image here: https://pasteboard.co/JRXFBkj.png I would like to have AZ1 and POD1 groups on left side, somehow order by name is ignored. Tried different variations, none of its working, When I...
How to display the label text of one node? Or can we the constracints to the text layout? ```{ "nodes": [ {"name": "a","showLabel":true,"-label":"libcola","depth":1,"color": "red","width":30,"height":30}, {"name": "b","showLabel":true,"-label":"Webbcola","depth":1.3,"color": "black"}, {"name": "c","showLabel":true,"-label":"Setbcola","depth":1.8,"color": "black"}...
Partition sets can currently be defined based on the values of a node property. This change adds support for partition sets defined by nested properties. For example, if we wanted...
* Changes package name to lowercase to fix import issues (also according to guidelines form https://npm.github.io/using-pkgs-docs/package-json/the-package-json-file.html) * Changes "main" path to correct index.js location.