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

%%opencypher should render detailed nodes if returned edges contain sufficient information #450

Open
michaelnchin opened this issue Mar 1, 2023 · 0 comments
Projects

Comments

@michaelnchin
Copy link
Member

Is your feature request related to a problem? Please describe.

When %%opencypher retrieves a result set containing only relationships, the IN/OUT vertices for these relationships are always rendered as blank nodes, unlabeled and with the default group color.

Example %%oc visualization:
image (5)

For comparison, the %%gremlin visualizer already behaves in the intended manner described when given only edges containing sufficient node information (i.e. via elementMap):

Screen Shot 2023-02-28 at 4 40 23 PM

Describe the solution you'd like

When relationships returned via %%opencypher contain sufficient information (ex. ~id) about the connected nodes, this information should be used to customize the appearance of the visualized nodes, instead of rendering them blank.

@michaelnchin michaelnchin added this to New issues/Needs triage or review in Planning via automation Mar 3, 2023
@joywa joywa moved this from New issues/Needs triage or review to Medium priority in Planning Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Planning
Medium priority
Development

No branches or pull requests

1 participant