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

Setting cluster=true is still rendering nodes without a cluster box #81

Open
abhijithda opened this issue Jan 20, 2024 · 1 comment
Open

Comments

@abhijithda
Copy link

Setting cluster=true is still rendering nodes without a cluster box via this package. Whereas in the playground, it working fine...
Similar issue with other attributes like bgcolor...

Sample

digraph "" {
	subgraph test {
		graph [bgcolor=red,
			cluster=true,
			label=test,
			style="filled,rounded"
		];
               a -> b
               c -> b
       }
}

Getting:
image

Expected:

image
@abhijithda
Copy link
Author

Looks like if the subgraph name contains cluster prefix, then the cluster box is appearing. Otherwise, the cluster box isn't appearing.

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

No branches or pull requests

1 participant