Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify edge behavior in the JSON file #31

Open
kohlhase opened this issue May 22, 2019 · 2 comments
Open

Specify edge behavior in the JSON file #31

kohlhase opened this issue May 22, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kohlhase
Copy link
Member

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.
@kohlhase kohlhase added the enhancement New feature or request label May 22, 2019
@tkw1536
Copy link

tkw1536 commented May 22, 2019

/cc @rappatoni

@richardmarcus
Copy link
Collaborator

should also discuss graph types, e.g., "archivegraph"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants