cc: @maxgrapp
WE currently have an edge type in the json. Currently the algorithms hard-code
- "include" to be hierarchy-inducing
- all others to be ignored in layout
We should have an abstract behavioral description categories, i.e. somehting like
hierarchic
directed
shortenme(maybe with a strengh parameter)
ignoreme
undirected
these could act like CSS classes that guide the general layout algorithms and thus decouple things more.
cc: @maxgrapp
WE currently have an edge type in the json. Currently the algorithms hard-code
We should have an abstract behavioral description categories, i.e. somehting like
hierarchicdirectedshortenme(maybe with a strengh parameter)ignoremeundirectedthese could act like CSS classes that guide the general layout algorithms and thus decouple things more.