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

How to make sure the whole node (circle + text) follows the constraint of non-overlapping? #322

Open
uraniumreza opened this issue Sep 16, 2021 · 1 comment

Comments

@uraniumreza
Copy link

I'm trying to visualize a pretty basic DAG layout using d3Cola - constraints and flowLayout. The node labels are long e.g. ~40 characters. How can I make sure that these labels won't overlap with each other also maintains the given constraint?

Screenshot 2021-09-16 at 11 07 27

@yusufades
Copy link

resize the nodes so their width matches the width of the text.

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

2 participants