You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The direction specification like TB in a subgraph is not taking effect when one node in the subgraph is to be linked to external node.
Steps to reproduce
flowchart LR
original_file -.-> inode
subgraph left [ ]
direction BT
original_file("`name_A
*(ordinary file)*`")
softlink_file("`name_B
*(soft link)*`")
softlink_file -.-> original_file
end
inode("`Location
of file
on disk`")
Loading
Screenshots
Code Sample
No response
Setup
Mermaid version:
Browser and Version: [Chrome, Edge, Firefox]
Suggested Solutions
No response
Additional Context
The expected output is as the screen shot described, but the dot link is from original file to Location of file on disk.
The text was updated successfully, but these errors were encountered:
Description
The
direction
specification likeTB
in a subgraph is not taking effect when one node in the subgraph is to be linked to external node.Steps to reproduce
Screenshots
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
The expected output is as the screen shot described, but the dot link is from
original file
toLocation of file on disk
.The text was updated successfully, but these errors were encountered: