Romain Bruckert

Results 29 comments of Romain Bruckert

This is because you must add this to composer : ``` "everyman/neo4jphp": "dev-master", "hirevoice/neo4jphp-ogm": "dev-master", "klaussilveira/neo4j-ogm-bundle": "dev-master" ``` Could you update your README ? Thanks

Is there any update on this issue ? I think it's still quite a problem for a Rest (;-)) like API not to be called properly from browser. Solution, skip...

Hmm, i looked at this this morning and i think unfortunately that the "name" property is hard coded... This project was quite experimental and i'm working on a Angular2/Typescript version...

Yep... If you look at AppBundle/Component/Graph.js, you see this code: ``` _g.gnodes.append('text') .attr('class', 'label') .text(function(d) { var idField = Settings.graph._id; var prop = Settings.graph.primaryLabel; return d._properties.name; // if (typeof(d._properties[prop]) ===...

Note: a brand new version is here ! https://github.com/adadgio/neo4j-js-ng2

Absolutely, the new version is focused on fixes first. In your case it lets you configure the properties displayed.

Note: a brand new version is here ! https://github.com/adadgio/neo4j-js-ng2

Great ! It might be some closed docker container ports issues (or non-opened), cuz Neo4j connects to port `:7474` by default. Could you branch that out and make a pull...

I don't use docket at all when running it... I don't have any docker file! Sorry...