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

link/edge between two subgraphs #197

Closed
jobonaf opened this issue Aug 21, 2015 · 6 comments
Closed

link/edge between two subgraphs #197

jobonaf opened this issue Aug 21, 2015 · 6 comments

Comments

@jobonaf
Copy link

jobonaf commented Aug 21, 2015

Is there a way to connect two subgraphs?
Now I'm using "phantom" nodes as labels:

graph TD
Wb(web-book); An(annuario); Ss[schede<br>stazioni]; Si[schede<br>indicatori]; G[grafici]; Ar[archivio]; Pr[prodotti]
subgraph;Ss;Si;G;Ar;end
subgraph;Wb;An;Pr;end
Ar ==> Pr
classDef label fill:#eef, stroke:#eef
class Ar,Pr label
@knsv
Copy link
Collaborator

knsv commented Aug 27, 2015

I am sad to say that there are no such support. A bit tricky to fix. Th best would for the dagre library to add support for this.

@tylerlong
Copy link
Collaborator

Let's confirm that the upstream project https://github.com/dagrejs/dagre-d3 supports it. Then we can start working on it.

@Hviid
Copy link

Hviid commented Dec 13, 2018

@tylerlong What should dagre-d3 support in order to get this working?

@amittestkiwi
Copy link

Any update on this

@IOrlandoni
Copy link
Member

Given how long ago this issue's activity died out, I'm closing it.
This allows us to maintain a fresh list of issues the community is interested in.

@MikePryadko

This comment has been minimized.

@mermaid-js mermaid-js locked and limited conversation to collaborators Oct 8, 2019
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

7 participants