question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Display question: crossing lines

See original GitHub issue

Is there any way to get some kind of “bump out” when one line crosses another? For example, this code will get the B-E line crossing the F-D line:

graph TD;
    A-->B;
    A-->F; 
    A-->C; 
    B-->D;
    B-->E;
    C-->E; 
    F-->D;

I realize that if I re-order the lines, I can avoid the crossover (which was a surprise to me because I figured the drawing would be independent of order), but for complicated things, it’s not always clear (to me) what will result in no crossed lines. I’m thinking of something that looks like the semi-circular things on this: ccc_flowchart_samples_3-19-08

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
botteroxomcommented, Mar 21, 2022

would make more sense to add as new feature and add it to the project … My humble opinion

3reactions
Jmuccigrcommented, Jun 8, 2016

I’m thinking of other kinds of graphs (like Harris matrices) that often have crossing lines. For these, it seems useful to me to visually indicate the intersection.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Display question: crossing lines · Issue #334 · mermaid-js ...
This is diagramming software and the KEY aspet is that lines never cross. Its conceptually able to model anything, but in order for...
Read more >
Connect the Boxes (Solution) - YouTube
How to Connect the dots of same color without crossing the lines #shorts #youtube #solved. ICONIC BINOD. ICONIC BINOD.
Read more >
Crossing Lines - Wikipedia
Crossing Lines is a German-French-Italian-American action crime thriller television series created by Edward Allen Bernero and Rola Bauer.
Read more >
crossing lines and knowing the upper one - FME Community
I have different lines which are crossing and intersecting. I can detect where they are crossing and where they are intersecting by using...
Read more >
Crossing Lines - Ovation TV
Police officers, detectives, and the court hunt down criminals and administer justice. This team of unlikely colleagues travels through exciting European ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found