lacij
lacij copied to clipboard
Lacij is a graph visualization library for Clojure with automatic layouts, edition and undo/redo support.
Adding an edge for a node to itself is not generally permitted for a proper DAG, but still could be a graph. When I add a self loop, the resulting...
Currently the hierarchical layout supports only an orientation from west to east. It should also support other orientations like north to south etc.
There is currently no way to position a label relatively within a node, the default and only available option is centered for single-lined label and spreaded on the node for...