-
Notifications
You must be signed in to change notification settings - Fork 591
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
Filter nodes #240
Comments
Better to filter with d3.filter method. |
nope. It will create missing connections. But I want: a -> b -> c filter B a -> c |
You need to re-process your data yourself. It's supported in dagre-d3. |
I can do a lot myself :) But, if we talk about a library, I expect some handy stuff to be built-in, this is why I raised this issue :) |
@bsideup Apparently there is a un documented filterNodes function inside dagre: dagrejs/graphlib#107 Created a pull request to add types for it: DefinitelyTyped/DefinitelyTyped#54433 |
Hi!
Is it possible to filter out some nodes? i.e. I want to make them a part of the graph, but I don't want nodesep to be applied to them and I also want to make them invisible.
Thanks!
The text was updated successfully, but these errors were encountered: