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

ELK layout: Invalid order of shapes #282

Closed
pleshevskiy opened this issue Nov 30, 2022 · 1 comment · Fixed by #520
Closed

ELK layout: Invalid order of shapes #282

pleshevskiy opened this issue Nov 30, 2022 · 1 comment · Fixed by #520

Comments

@pleshevskiy
Copy link

direction: down

queue: {
  shape: queue
  label: ''

  M0; M1; M2; M3; M4; M5; M6;
}

m0_desc: |
  Oldest message
|
m0_desc -> queue.M0

m2_desc: |
  Offset
|
m2_desc -> queue.M2

m5_desc: |
  Last message
|
m5_desc -> queue.M5

m6_desc: |
  Next message will be<br>
  inserted here
|
m6_desc -> queue.M6

Expected

image

Note: I use dagre layout to render expected behaviour

Actual

image

@alixander
Copy link
Collaborator

let me take a look how this can be specified in the layout engines

@nhooyr nhooyr added this to D2 Dec 1, 2022
@alixander alixander moved this to Done in D2 Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants