Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

direction in subgraph of flowchart is not taking effect #4619

Closed
TimePrinciple opened this issue Jul 8, 2023 · 1 comment
Closed

direction in subgraph of flowchart is not taking effect #4619

TimePrinciple opened this issue Jul 8, 2023 · 1 comment
Labels
roadmap items to add to roadmap for auto workflow

Comments

@TimePrinciple
Copy link

Description

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

image

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.

@TimePrinciple TimePrinciple added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Jul 8, 2023
@Yokozuna59
Copy link
Member

duplicate of #2509

@Yokozuna59 Yokozuna59 added roadmap items to add to roadmap for auto workflow and removed Type: Bug / Error Something isn't working or is incorrect Status: Triage Needs to be verified, categorized, etc labels Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap items to add to roadmap for auto workflow
Projects
None yet
Development

No branches or pull requests

2 participants