It's a bit more involved, see here:
> Am 24.03.2015 um 17:54 schrieb Andreas Dernbauer > <[email protected]>: > > Hi > > I am new to d3.js, hopefully someone can help me. > > I tried since days to get data from NEO4J within the d3.js. > > As far as I have learned it must be something with d3.xhr but it doesn't work > > I tried the following: > var sql ='{"statements":[{"statement":"MATCH (a)-[:`srcChildOf`]->(b) RETURN > a,b", "resultDataContents":["graph"]}]}'; > d3.xhr('http://localhost:7474/db/data/transaction/commit',sql,function(error,data){}) > > can someone help me. > > Thank you regards from Vienna. > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
