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

nodeDimensionsIncludeLabel not working #34

Closed
josejulio opened this issue Jul 9, 2018 · 1 comment
Closed

nodeDimensionsIncludeLabel not working #34

josejulio opened this issue Jul 9, 2018 · 1 comment

Comments

@josejulio
Copy link

I'm using the cola layout, but some labels overlap each other, I tried setting nodeDimensionsIncludeLabel to true, but it doesn't seem to be working.

nodeDimensionsIncludeLabels: false, // whether labels should be included in determining the space used by a node

My layout options:

{
  'name': 'cola',
  'animate': false,
  'flow': { 'axis': 'y' },
  'nodeDimensionsIncludeLabels': true
};

screenshot_2018-07-09_17-22-58

@josejulio
Copy link
Author

Sorry, It was my error, the layout is run without content (it is added later).

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