laaron2008

Results 6 comments of laaron2008

@HongJianMou Do you get the Neo4j data?

从neo4j-community能导出neo4j-master格式文件@MelvinZang

等晚上我给你发吧 @MelvinZang

curl -o ./neo4jd3-master/docs/json/neo4jData.json http://localhost:7474/db/data/transaction/commit " "-u neo4j:123456 -H 'Content-Type: application/json' -d " "'{\"statements\":[{ \"statement\":\"MATCH path = (n)-[r]->(m) RETURN path\", " "\"resultDataContents\":[\"graph\"]}]}'" @MelvinZang

you can add '.text(function (d)){return d.name}' in the function appendTextToNode and delete both '.attr('class'...)' and '.html(...)'in the neo4jd3.js

Could you tell me how to get the Neo4j format data from neo4j. @ravy23