Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Do not understand nested subgraph #11

Open
phuongnd08 opened this issue Jul 5, 2019 · 0 comments
Open

Do not understand nested subgraph #11

phuongnd08 opened this issue Jul 5, 2019 · 0 comments

Comments

@phuongnd08
Copy link

phuongnd08 commented Jul 5, 2019

Tried this today, rendered perfectly by https://mermaidjs.github.io/mermaid-live-editor/ yet showing error with the extension:

Code:

```mermaid
graph TD
subgraph "groupA"
  subgraph "groupA1"
    balancer[Balancer] --> backend[Backend]
    balancer --> frontend[Frontend]
  end
end

```

Render:

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant