-
Notifications
You must be signed in to change notification settings - Fork 97
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
Layered layout for swimlanes #92
Comments
Not easily, I feel. It may work but will require considerable tweaking. The main problem is to keep nodes within the area of their lane:
|
that could do the job for now I think. How can I tell ELK that "these are lanes and don't touch them"? |
I have done this with partitions, as you can see, its kind of mimicking a swim lane, its not. and you cant change direction for each partition, |
@khoshrou I am working to create bpmn diagram using elkjs and d3. I can able to cover up say 70% of the diagram. Few area still i couldn't able to explore fully.
How can i arrange node in row * column metrics? `{
}` |
These features are not supported in elkjs, as I said, I somehow mimic lanes with the concept of PARTITIONS which are elkjs feature. |
@uruuru This feature is the most needed on in business as I see its need every where. BPMS diagrams, Workflows, Activity Diagrams. All are needed in every aspect of an organization. If you give us these two features we can go for millions of use cases:
|
There's an open feature request for standalone edge routing eclipse/elk/issues/315. The feature is being worked on but I cannot give an ETA or guarantees. Feel free to raise another feature request regarding swimlanes. However, as I stated above I don't see an obvious way to incorporate this into the current internal structure of elk layered and neither see anyone from the core team to work on this topic in the future. Contributions from the community are always welcome, though. |
Hi
Is it possible to use ELKJS to layout a swimlane diagram?
lanes are not moving or resizing, but have a clear rectangular boundaries
and have normal nodes as children and edges that can start from a node in a lane and finish at a node in another lane
like a simple BPMN lanes.
If yes please let me know how to create a graph for it
The text was updated successfully, but these errors were encountered: