Multiple elements at the same line
See original GitHub issueRight now each new element (arrow or note) is drawn at a new ‘line’.
It might be neat to also allow multiple elements on one line - though it’ll probably be up to the user to make sure they don’t cause overlap.
This could be represented using indentation:
A->B: Broadcast trigger
B->A: Broadcast message
B->C: Broadcast message
Note right of C: Yay!
B->A: Delivery ack
A B C
| | |
| Broadcast trigger | |
| ------------------> | |
| | |
| Broadcast message | Broadcast message |
| <------------------ | ------------------> | Yay!
| | |
| Delivery ack | |
| <------------------ | |
| | |
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to align two elements on the same line without changing ...
I need for element2 to line up next to element1 with about 10 pixels of padding between the two. The problem is that...
Read more >5 Ways To Keep Elements On The Same Line In HTML CSS
ELEMENTS ON THE SAME LINE · METHOD 1) FLEXIBLE BOX · METHOD 2) CSS GRID · METHOD 3) DISPLAY AS A TABLE ·...
Read more >I want to put two divs in HTML in the same line, but one always ...
Many have already answered the question, you can simply add two div elements one after another, they should appear one below the another....
Read more >How to Force the Content of the <div> Element to Stay on the ...
You can force the content of the HTML <div> element stay on the same line by using a little CSS. Use the overflow...
Read more >Print multiple elements in the same line #Shorts - YouTube
Topic: Print multiple elements in the same line #Shorts Subscribe to get New Videos Every Week: http://bit.ly/2UaSC5s⭐ Special Offers ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1 I was looking for a way to have concurrent notes. At least those are not ambigous.
Maybe the start of a line can have a small dot.