neo4j-contrib / neovis.js

Neo4j + vis.js = neovis.js. Graph visualizations in the browser with data from Neo4j.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to display labels outside its node?

aizaz-sparkai opened this issue · comments

I'm currently using neovis.js 2.0.2 version for my react app.

According to initial docs label display out side of its node like:

Screenshot 2023-04-05 at 3 04 59 PM

but In my react app it display like:

Screenshot 2023-04-05 at 3 06 34 PM

I want to display labels outside of its node.

Please guide me the right direction.

I think that need to change from circle to dot, but Im not sure, check in vis docs

you are the real hero.

Can we show relation label also?

Yep, same way you do for node

currently I don't have properties in relations and I want to display type of relationship as label of relationship