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.

NEuler UI difference

jin_what
Node Link

Hi @mark.needham,

I'm having problems getting NEuler to work.

I noticed the UI of NEuler I am using is different with the one in the sample video of Graph Academy (Louvain in NEuler - YouTube).
Mine


Sample

I have updated everything I can on Neo4j Browser.
(my current setting NEuler 0.1.52 GDSL 1.6.1 Neo4j Server 4.3.1)

Can anyone tell me why?

Thanks!

1 ACCEPTED SOLUTION

Hey @jin_what ,

NEUler was updated since the graph academy course was made. It was actually Mark who did the upgrade. The old version uses the neovis.js, but the new version react-force-graph I think.

Code to the new visualizer: neuler/NewGraphVisualiser.js at master · neo4j-devtools/neuler · GitHub

Let us know if you find any problems with the new visualization besides different styling.

Thanks

View solution in original post

4 REPLIES 4

Hey @jin_what ,

NEUler was updated since the graph academy course was made. It was actually Mark who did the upgrade. The old version uses the neovis.js, but the new version react-force-graph I think.

Code to the new visualizer: neuler/NewGraphVisualiser.js at master · neo4j-devtools/neuler · GitHub

Let us know if you find any problems with the new visualization besides different styling.

Thanks

Hey @bratanic.tomaz,

Okay, so what should I do with this code?
I don't know how to apply this code to my NEuler.

Thanks

I just showed the code for reference. You don't have to do anything with it 🙂

Just know that some of the graph academy videos show the older versions of NEuler. It is nothing wrong with your newer visualizations.

Oh okay I see so I am actually using the newer version.
Thanks a lot