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.

Node ID appears in flowchart node with "empty" label when a style is used

See original GitHub issue

Look at this graph

graph LR
A(( )) -->|step 1| B
B(( )) -->|step 2| C(( ))
C(( )) -->|step 3| D(( ))
linkStyle 1 stroke:greenyellow,stroke-width:2px
style C fill:greenyellow,stroke:green,stroke-width:4px

image

1.- Is there a way to keep the link label (step 2) on top of the link? 2.- Is there a way to not have the ID of the node ©, set into the node? I would like to keep the small size and space the other non-styled nodes have

Thanks

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
IOrlandonicommented, Jan 9, 2020

We might want to edit the title and opening comment to reflect the bug that still exists only, and exclude the already fixed one.

0reactions
GDFabercommented, Jan 14, 2020

PR coming up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom Nodes Guide - React Flow
Within custom nodes you can render anything you want. You can define multiple source and target handles and render form inputs or charts...
Read more >
node attributes setting — blockdiag 1.0 documentation
Set number to the node. When you use desctable option on the Sphinx extension, a row named 'No. ... Node ID or label...
Read more >
Node Shapes | Graphviz
Styles for Nodes​​ The style attribute can be used to modify the appearance of a node. At present, there are 8 style values...
Read more >
Is it possible to draw arrow from node to nothing?
I'm trying to draw a simple Diagram in DiagrammeR::mermaid that should looks like:
Read more >
Flow chart node/edge from diamond - TeX
... MWE from scratch, where I try to use similar names for node style. ... [arrow] (testdetect) |- node [near start,right] {No} (compute); ......
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