Node ID appears in flowchart node with "empty" label when a style is used
See original GitHub issueLook 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
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:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top 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 >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
We might want to edit the title and opening comment to reflect the bug that still exists only, and exclude the already fixed one.
PR coming up.