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

Feature Request for Graph: layoutNonConnectedHidden #191

Open
ndtreviv opened this issue Apr 26, 2023 · 0 comments
Open

Feature Request for Graph: layoutNonConnectedHidden #191

ndtreviv opened this issue Apr 26, 2023 · 0 comments
Labels
Accepting PRs Help us build it enhancement New feature or request help wanted Extra attention is needed

Comments

@ndtreviv
Copy link

I've developed a link filtering system to go with my graph to help users hide information that is spurious to their investigation.
I also have global node type filters.

At the moment I have to:

  1. apply global filters by filtering out node types that should be hidden
  2. remove links according to the link filtering system
  3. filter nodes that are no longer connected to anything
  4. filter nodes that are no longer connected to the starting node

This new setting would relieve some of that pain 😅

@rokotyan rokotyan added enhancement New feature or request help wanted Extra attention is needed labels May 1, 2023
@rokotyan rokotyan added the Accepting PRs Help us build it label May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepting PRs Help us build it enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants