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

Age-viewer: Node/edge not displaying labels properly in each label sections #52

Closed
MJinH opened this issue Nov 4, 2022 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@MJinH
Copy link
Contributor

MJinH commented Nov 4, 2022

Describe the bug
After 674389a, select box displays graph names properly, but after running query,
(ex:
SELECT *
FROM cypher('graph_name', $$
CREATE (:Person)
$$) as (v agtype);
)

the label Person and the number of nodes are not updated in Node Label.

Screenshot (46)

Desktop (please complete the following information):

  • OS: Window 10 Pro
  • Browser chrome
  • Version 21H2
@MJinH MJinH added the bug Something isn't working label Nov 4, 2022
@MJinH MJinH changed the title Age-viewer: Node/edge not displaying labels properly in each label sections Age-viewer: Node/edge not displaying labels properly in each label sections. #2876262 Nov 4, 2022
@MJinH MJinH changed the title Age-viewer: Node/edge not displaying labels properly in each label sections. #2876262 Age-viewer: Node/edge not displaying labels properly in each label sections Nov 5, 2022
@marodins
Copy link
Contributor

marodins commented Nov 7, 2022

It looks like this might be a result of incorrectly initializing your graph and data.
The initial query you're running to create the person type needs a name. Screenshots below. Neither #51 or #52 appear to be an issue running locally.
OS: Ubuntu 22.04
Browser: Chrome
PG: 11.17
Screenshot from 2022-11-07 14-24-36
Screenshot from 2022-11-07 14-27-32

@MJinH
Copy link
Contributor Author

MJinH commented Nov 8, 2022

It looks like this might be a result of incorrectly initializing your graph and data. The initial query you're running to create the person type needs a name. Screenshots below. Neither #51 or #52 appear to be an issue running locally. OS: Ubuntu 22.04 Browser: Chrome PG: 11.17 Screenshot from 2022-11-07 14-24-36 Screenshot from 2022-11-07 14-27-32

Thanks for your response marodins. After adding a name when creating a node with type, it worked well. I'll close this issue with this comment.

@MJinH MJinH closed this as completed Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants