Missing Relationship Lines in Neo4j Graph with ngx-graph in MEAN Stack Project

Hello everyone,

I’m working on a MEAN stack project where I’ve integrated Neo4j with Node.js and am displaying the graph on an Angular webpage. The graph is visible, but I’m encountering two main issues:

1. Alignment Problems– The graph elements are not properly aligned on the page.
2. Missing Relationship Lines – While the relationship names are visible, the actual lines connecting the nodes (relationships) are not appearing.

I’m using the ngx-graph library to render the graph. Could anyone offer a solution or point me in the right direction to fix these issues?

I’d appreciate any help or advice!

Thanks in advance!