microsoft / microsoft/automatic-graph-layout
Nodes ordered by layer value
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 319
- Avg merge
- 38m
- Merged PRs (30d)
- 1
Description
I am trying to get a graph where the nodes are ordered top to bottom dependant upon their layer value.
I am happily attaching nodes to the same layer but then msagl then puts them on the same visual layer.
I am trying to get layer like:
--------1
--------2
3--- 3-----3----- 3
4----4-----4-----4
But I get something like
1----2----3----3----3-----3
-----------4---4-----4-----4
Is there anyway to do this?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by reproducing the described MSAGL layout with nodes assigned to layers, then inspect the graph-layout behavior governing layer placement. Done should establish whether the requested top-to-bottom ordering is supported and identify the relevant configuration or required change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100