cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Graph Platform
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

No properties on virtual nodes

Been following the presentation of Lju Lazarevic https://youtu.be/fOJqHcTpQxs?t=1236 Original: You can see that the label of the returned node is displayed ("Person") But when I do the same, on mine, this is not displayed for any node resulting fro...

2X_1_1f458fa6e2b45b19da406a376f1730cab628c7f7.jpeg 2X_b_b03853f3446257dea57d133dc376ac569d3788d1.jpeg 2X_d_ddf80a0622d3802b2e76103a18768cb9ca9b264e.png 2X_4_4861e5e57914fd6682d1ebe9fa4b0aa913bddaa3.jpeg

Stop the physics simulation in neovis.js

I draw correctly the graph using neovis.js, but I want to stop the physics simulation. Reading the documentation, I tried to use the method stabilize() in this way let content = new NeoVis.default(config); content.render(); content.stabilize(); But ...

lx2pwnd by Node Clone
  • 903 Views
  • 1 replies
  • 0 kudos

Resolved! Power BI connectivity with Neo4J

Hi There, Do anyone use know how to connect Power BI with Neo4j? We mostly use Power Bi as reporting tool for our team and would like to understand if there are any connectivity option to Power BI. If not available, then Is there any good visualizati...

mmuthu by Node Clone
  • 11956 Views
  • 21 replies
  • 6 kudos

NeoDash 2.1.8 Release

Hi Community, Today we’ve released NeoDash 2.1.8! As always, the release notes are available on GitHub, but we want to announce two big news items: Dashboard GalleryApart from the new Gauge Chart , this release contains a first version of the NeoDas...

bennu_neo_1-1665145086635.png

Cytoscape JS format JSON

Hi! I'm trying to render a graph in cytoscape JS which requires a format like this, using python server. elements: { nodes: [ { data: { id: 'a' } }, { data: { id: 'b' } } ], edges: [ { ...

D_C by Node Clone
  • 1199 Views
  • 3 replies
  • 1 kudos

How to find 1st degree, 2nd degree and so on ..

I want to find all the relationships of particular node which is directly connected to the node.for the 2nd degree I want to find all relationships to that node and also find all the relationships for their relationships node How to write query to fi...

relationship.png

Resolved! no relationship in database

Good morning experts, i can't see the relationship between my data, there is no error and it's mentioned no changes no records this is my code  CREATE CONSTRAINT ON (c:LIBELLEPDT) ASSERT c.id is UNIQUE;CREATE CONSTRAINT ON (c:AssetClass) ASSERT c.nam...

neo4jphoto1.png
Hajer by Node
  • 3461 Views
  • 20 replies
  • 2 kudos

How to execute a graphgist query

Hello all, I am trying to create a GraphGist but i have the following problem.I can not execute the queries. I just see an loading icon than never returns the result of my query.My queries are correct because i execute them first locally.Thanks for y...

Graph dashboards & visualization tools

What graph BI & dashboarding tools are available / can you recommend? Assuming data is available inside Neo4j I already have experimented a lot with Neo4j Bloom and can tell you that I like it a lot. However, I need something which is easier or simpl...

Urgent: How to Downgrade Bloom

Hi, How do you downgrade Bloom from version 2.2 back to version 2.1? There is a bug in 2.2 that throws up a warning error dialog box that I don't want to need to explain to a client. I have a demo scheduled. Note: I am at 2.2.1 The 2.2.1 fixed the ...