neo4j-graph-renderer icon indicating copy to clipboard operation
neo4j-graph-renderer copied to clipboard

A React.js component that allows you to render neo4j graphs

Results 5 neo4j-graph-renderer issues
Sort by recently updated
recently updated
newest added

Eg. It is expected to show 'Friends', but it shows ‘F...’. Which css file should I revise? I can't find it.

Hi there, I added an onClick-data-retrieval-feature for node objects. You can define an onClickHandler as an optional Neo4jGraphRenderer prop. Whenever a node is clicked, the onClickHandler will return node data...

Hello, I'm trying to run the project, but I can't seem to display relationships. I cloned this repo, changed the credentials to Neo4j and run `npm install & npm start`....

ERROR in ./~/neo4j-graph-renderer/lib/Neo4jGraphRenderer/Neo4jGraphRenderer.css Module parse failed: C:\Aravind\Projects\CBS\Nextgen Tooling\workspace\ReduxSimp leStarter\node_modules\neo4j-graph-renderer\lib\Neo4jGraphRenderer\Neo4jGraphRen derer.css Unexpected token (1:10) You may need an appropriate loader to handle this file type. SyntaxError: Unexpected token (1:10)

Would be good to document how to make the renderer choose a specific property for a given node type. For speed I ended up adding the property I wanted to...