We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Graphviz doesn't render subgraphs unless their name begins with cluster
cluster
http://stackoverflow.com/questions/2012036/graphviz-how-to-connect-subgraphs
The quick fix would be to change https://github.com/cpettitt/graphlib-dot/blob/master/lib/write-one.js#L43 to:
writer.writeLine("subgraph cluster" + id(w) + " {");
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Graphviz doesn't render subgraphs unless their name begins with
cluster
http://stackoverflow.com/questions/2012036/graphviz-how-to-connect-subgraphs
The quick fix would be to change https://github.com/cpettitt/graphlib-dot/blob/master/lib/write-one.js#L43 to:
The text was updated successfully, but these errors were encountered: