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

Be able to pick multiple labels for the nodes in the graph visualizer #14456

Open
EriKWDev opened this issue Jul 4, 2021 · 2 comments
Open
Labels
1 Feature 3 Graph Visualization ArangoDB Webinterface - Graph viewer 3 UI ArangoDB Web Interface (frontend/Aardvark)

Comments

@EriKWDev
Copy link

EriKWDev commented Jul 4, 2021

My Environment

  • ArangoDB Version: 3.7.12

Component, Query & Data

Affected feature: Graph Visualizer in Interface

Steps to reproduce

  1. Create a graph and open it in the visualizer
  2. Click the hamburger menu and under "Nodes", see "label"
  3. Can only pick one label.

Problem: Since I can only have one label, I could have something like label: _id which would be applicable to every node. However, the _id or _key doesn't give much insight for me as a human. I would much rather see label: title. The problem is that not all my nodes/documents have the field title, so I get undefined for the rest of the nodes.

It would be nice if I could make the label something like label: title|name_singular|name|_id, where it would first look for the field title, then name_singular, name and finally, if none of those exists, simply display the _id.

image

image

Expected result:
Being able to select which field should be the label for all node types and not only one at a time.

Something like label: title|name_singular|name|_id, where it would first look for the field title, then name_singular, name and finally, if none of those exists, simply display the _id.

Alternatively have one Node display option section per node/document type.

@Simran-B
Copy link
Contributor

Simran-B commented Jul 7, 2021

There is already a similar request: #7772
It seems like the other user asks to display multiple labels at once, however.

@Simran-B Simran-B added 1 Feature 3 Graph Visualization ArangoDB Webinterface - Graph viewer 3 UI ArangoDB Web Interface (frontend/Aardvark) labels Jul 7, 2021
@deenuy
Copy link

deenuy commented Jan 12, 2022

Is there a way to prioritize this feature? Looks like a similar request is open since 2018. It doesn't make sense to display graphs without desired attributes to make it insightful. Appreciate if someone provides a clue or suggestion to self-develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 Feature 3 Graph Visualization ArangoDB Webinterface - Graph viewer 3 UI ArangoDB Web Interface (frontend/Aardvark)
Projects
None yet
Development

No branches or pull requests

3 participants